Home | Trees | Indices | Help |
---|
|
object --+ | RegistrySliceProxy
This object is an access list to registry slices
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Cleans this registry completely. Returns True on success, False on failure |
Looping. Example: for j in jobs: print j.id |
Select a subset of objects. Examples for jobs: jobs.select(10): select jobs with ids higher or equal to 10; jobs.select(10,20) select jobs with ids in 10,20 range (inclusive); jobs.select(status='new') select all jobs with new status; jobs.select(name='some') select all jobs with some name; jobs.select(application='Executable') select all jobs with Executable application; jobs.select(backend='Local') select all jobs with Local backend. |
str(x)
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:20 2012 | http://epydoc.sourceforge.net |