Method Summary |
|
__init__ (self,
wd,
path,
mask,
proc_fun,
auto_add)
Initializations. |
undefined
|
__getattribute__ (self,
name)
Override default behavior to add locking instructions. |
|
__setattr__ (self,
name,
value)
Override default behavior to add locking instructions. |
str
|
__str__ (self)
Return string representation. |
Inherited from object |
|
__delattr__ (...)
x.__delattr__('name') <==> del x.name |
|
__hash__ (x)
x.__hash__() <==> hash(x) |
|
__new__ (T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T |
|
__reduce__ (...)
helper for pickle |
|
__reduce_ex__ (...)
helper for pickle |
|
__repr__ (x)
x.__repr__() <==> repr(x) |