|
__init__(self,
name,
display_prefix)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
do_collective_operation(self,
keep_going,
method,
*args,
**kwds) |
source code
|
|
|
ids(self,
minid=None,
maxid=None)
Get the list of job ids. |
source code
|
|
|
clean(self,
confirm=False,
force=False)
Cleans the repository only if this slice represents the repository
Returns True on success and False on failure |
source code
|
|
|
select(self,
minid=None,
maxid=None,
**attrs) |
source code
|
|
|
|
|
|
|
|
|
__call__(self,
id)
Retrieve an object by id. |
source code
|
|
|
|
|
__len__(self)
Number of objects in the registry |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|