|
|
|
|
|
|
|
__init__(self,
name,
time,
create=False,
region=None,
processor=None,
tolerant=False,
yieldParsedFiles=False)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
copy(self,
orig,
purge=False,
overwrite=True,
mustExist=False,
exclude=[ ] ,
include=[ ' * ' ] )
Copy SolutionFiles from another TimeDirectory to the current
TimeDirectory. |
source code
|
|
|
getFiles(self)
Get a list of the solution files in that directory |
source code
|
|
|
reread(self,
force=False)
Scan the directory for files with valid names |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|