mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-06 00:15:30 +01:00
Docs for #1937
This commit is contained in:
parent
a61bae1fca
commit
172cafa629
@ -716,7 +716,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`
|
||||
"""
|
||||
@ -736,7 +738,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