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