|
__eq__(self,
x)
Equality operator (==), compare the JobTree properties which are
declared as [comparable]. |
source code
|
|
|
__init__(self,
*args,
**kwds)
GPI JobTree object constructor: JobTree() : create jobtree with
default settings; JobTree(j) : make a copy of j; JobTree(j,x=a,...):
make a copy of j and set property 'x' to a, etc.. |
source code
|
|
|
__ne__(self,
x)
Non-equality operator (!=). |
source code
|
|
|
|
|
|
|
|
|
|
|
add(...)
Adds job to the job tree into the current folder. |
source code
|
|
|
|
|
|
|
|
|
exists(...)
Checks wether the path exists or not. |
source code
|
|
|
find(...)
For a job with given id tries to find all references in the job tree. |
source code
|
|
|
getjobs(...)
Gives list of all jobs (objects) referenced in current folder or
folder in the path if the latter is provided. |
source code
|
|
|
isdir(...)
Checks wether the path points to a folder or not. |
source code
|
|
|
listdirs(...)
Lists all subfolders in current folder or folder in the path if the
latter is provided. |
source code
|
|
|
listjobs(...)
Lists ids of all jobs in current folder or folder in the path if the
latter is provided. |
source code
|
|
|
ls(...)
Lists content of current folder or folder in the path if the latter
is provided. |
source code
|
|
|
|
|
printtree(...)
Prints content of the job tree in a well formatted way. |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|