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
|
|||
__package__ =
|
|
__revision__
|
__doc__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 27 12:53:21 2014 | http://epydoc.sourceforge.net |