Home | Trees | Indices | Help |
|
---|
|
SCons.PathList A module for handling lists of directory paths (the sort of things that get set as CPPPATH, LIBPATH, etc.) with as much caching of data and efficiency as we can while still keeping the evaluation delayed so that we Do the Right Thing (almost) regardless of how the variable is specified.
|
|||
_PathList An actual PathList object. |
|
|||
|
|||
|
|
|||
__revision__ =
|
|||
__doc__ = """SCons.PathL
|
|||
TYPE_STRING_NO_SUBST = 0
|
|||
TYPE_STRING_SUBST = 1
|
|||
TYPE_OBJECT = 2
|
|
This is the "string conversion" routine that we have our substitutions use to return Nodes, not strings. This relies on the fact that an EntryProxy object has a get() method that returns the underlying Node that it wraps, which is a bit of architectural dependence that we might need to break or modify in the future in response to additional requirements. |
|
__revision__
|
__doc__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jun 14 22:07:43 2010 | http://epydoc.sourceforge.net |