Home | Trees | Indices | Help |
---|
|
object --+ | RegistrySlice.RegistrySlice --+ | BoxRegistrySlice
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Retrieve the job object from the registry: registry[x]. If 'x' is a job id (int) then a single job object is returned or IndexError. If 'x' is a name (string) then a unique same name is returned, otherwise []. If 'x' is a job object then it is returned if it belongs to the registry, otherwise None. If 'x' is not of any of the types above, raise TypeError. or by name. If retrieved by name then the job must be unique, otherwise the RegistryKeyError is raised. If the input is incorrect, RegistryAccessError is raised.
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Override this function in derived slices to colorize your job/task/... list
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:19 2012 | http://epydoc.sourceforge.net |