Home | Trees | Indices | Help |
|
---|
|
scons.Node.FS
File system nodes.
These Nodes represent the canonical external objects that people think of when they think of building software: files and directories.
This holds a "default_fs" variable that should be initialized with an FS that can be used by scripts or modules looking for the canonical default.
|
|||
EntryProxyAttributeError An AttributeError subclass for recording and displaying the name of the underlying Entry involved in an AttributeError exception. |
|||
_Null | |||
DiskChecker | |||
EntryProxy | |||
Base A generic class for file system entries. This class is for when we don't know yet whether the entry being looked up is a file or a directory. Instances of this class can morph into either Dir or File objects by a later, more precise lookup. |
|||
Entry This is the class for generic Node.FS entries--that is, things that could be a File or a Dir, but we're just not sure yet. Consequently, the methods in this class really exist just to transform their associated object into the right class when the time comes, and then call the same-named method in the transformed class. |
|||
_classEntry This is the class for generic Node.FS entries--that is, things that could be a File or a Dir, but we're just not sure yet. Consequently, the methods in this class really exist just to transform their associated object into the right class when the time comes, and then call the same-named method in the transformed class. |
|||
LocalFS | |||
FS | |||
DirNodeInfo The generic base class for signature information for a Node. |
|||
DirBuildInfo The generic base class for build information for a Node. |
|||
Dir A class for directories in a file system. |
|||
RootDir A class for the root directory of a file system. |
|||
FileNodeInfo The generic base class for signature information for a Node. |
|||
FileBuildInfo The generic base class for build information for a Node. |
|||
File A class for files in a file system. |
|||
FileFinder |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__revision__ =
|
|||
do_store_info = True
|
|||
print_duplicate = 0
|
|||
default_max_drift = 172800
|
|||
Save_Strings = None hash(x) |
|||
do_splitdrive = False
|
|||
needs_normpath_check = re.compile(r'
|
|||
Valid_Duplicates =
|
|||
Link_Funcs =
|
|||
Link = SCons.Action.Action(LinkFunc, None)
|
|||
LocalCopy = SCons.Action.Action(LinkFunc, LocalString)
|
|||
Unlink = SCons.Action.Action(UnlinkFunc, None)
|
|||
Mkdir = SCons.Action.Action(MkdirFunc, None, presub= None)
|
|||
MkdirBuilder = None hash(x) |
|||
_null = _Null()
|
|||
DefaultSCCSBuilder = None hash(x) |
|||
DefaultRCSBuilder = None hash(x) |
|||
_is_cygwin = False
|
|||
diskcheck_match = DiskChecker('match', do_diskcheck_match, ign
|
|||
diskcheck_rcs = DiskChecker('rcs', do_diskcheck_rcs, ignore_di
|
|||
diskcheck_sccs = DiskChecker('sccs', do_diskcheck_sccs, ignore
|
|||
diskcheckers = [diskcheck_match, diskcheck_rcs, diskcheck_sccs,]
|
|||
glob_magic_check = re.compile(r'
|
|||
default_fs = None hash(x) |
|||
OS_SEP =
|
|||
UNC_PREFIX =
|
|||
__package__ =
|
|||
has_unc = False
|
|||
os_sep_is_slash = True
|
|
find_file(str, [Dir()]) -> [nodes] filename - a filename to find paths - a list of directory path *nodes* to search in. Can be represented as a list, a tuple, or a callable that is called with no arguments and returns the list or tuple. returns - the node created from the found file. Find a node corresponding to either a derived file or a file that exists already. Only the first file found is returned, and none is returned if no file is found. |
|
__revision__
|
needs_normpath_check
|
Valid_Duplicates
|
diskcheck_match
|
diskcheck_rcs
|
diskcheck_sccs
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 3 09:50:46 2013 | http://epydoc.sourceforge.net |