|
|
__deepcopy__(self,
memo={}) |
|
|
|
|
|
|
|
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
__iter__(self)
Iterates through the registered output files. |
|
|
|
|
__len__(self)
Returns the number of registered output files. |
|
|
|
|
|
|
|
add(self,
filename,
checker=None,
tag=None,
type='file')
`type' can take "file" and "dir". |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| set_struct_file(self,
fname) |
|
|
|
|
|
|
|
| update_basedir(self,
old_basedir,
new_basedir) |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|