mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
Docs for #1937
This commit is contained in:
parent
bffa757bae
commit
f6a030e172
@ -710,7 +710,9 @@ class Node(object):
|
||||
|
||||
def get_src(self):
|
||||
"""
|
||||
Returns the corresponding Node object in the source directory (or self if not possible)
|
||||
Returns the corresponding Node object in the source directory (or self if already
|
||||
under the source directory). Use this method only if the purpose is to create
|
||||
a Node object (this is common with folders but not with files, see ticket 1937)
|
||||
|
||||
:rtype: :py:class:`waflib.Node.Node`
|
||||
"""
|
||||
@ -730,7 +732,9 @@ class Node(object):
|
||||
|
||||
def get_bld(self):
|
||||
"""
|
||||
Return the corresponding Node object in the build directory (or self if not possible)
|
||||
Return the corresponding Node object in the build directory (or self if already
|
||||
under the build directory). Use this method only if the purpose is to create
|
||||
a Node object (this is common with folders but not with files, see ticket 1937)
|
||||
|
||||
:rtype: :py:class:`waflib.Node.Node`
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user