|
_Null
|
|
DiskChecker
|
|
EntryProxy
|
|
Base
A generic class for file system entries.
|
|
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.
|
|
_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.
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do_diskcheck_match(node,
predicate,
errorfmt) |
source code
|
|
|
ignore_diskcheck_match(node,
predicate,
errorfmt) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
find_file(filename,
paths,
verbose=False)
find_file(str, [Dir()]) -> [nodes]
filename - a filename to find
paths - a list of directory path *nodes* to search in. |
source code
|
|
|
__revision__ = ' src/engine/SCons/Node/FS.py 3363 2008/09/06 07 ...
|
|
default_max_drift = 172800
|
|
Save_Strings = False
|
|
do_splitdrive = False
|
|
needs_normpath_check = False
|
|
Valid_Duplicates = [ ' hard-soft-copy ' , ' soft-hard-copy ' , ' hard- ...
|
|
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 = False
|
|
_null = _Null()
|
|
DefaultSCCSBuilder = False
|
|
DefaultRCSBuilder = False
|
|
_is_cygwin = False
|
|
diskcheck_match = <SCons.Node.FS.DiskChecker instance at 0x83d...
|
|
diskcheck_rcs = DiskChecker('rcs', do_diskcheck_rcs, ignore_di...
|
|
diskcheck_sccs = <SCons.Node.FS.DiskChecker instance at 0x83d2...
|
|
diskcheckers = [diskcheck_match, diskcheck_rcs, diskcheck_sccs,]
|
|
glob_magic_check = re.compile(r'[ \*\?\[] ')
|
|
default_fs = False
|