This is a Ganga.GPI.JobTree implementation class. Refer to
Ganga.GPI.JobTree.__doc__ for documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add(self,
job,
path=None)
Adds job to the job tree into the current folder. |
source code
|
|
|
|
|
|
|
cwd(self,
val=None)
This workaround is necessary to prevent overwriting the current
directory every time another session changes something |
source code
|
|
|
exists(self,
path)
Checks wether the path exists or not. |
source code
|
|
|
find(self,
id,
path=None)
For a job with given id tries to find all references in the job tree. |
source code
|
|
|
getjobs(self,
path=None)
Gives list of all jobs (objects) referenced in current folder or
folder in the path if the latter is provided. |
source code
|
|
|
isdir(self,
path)
Checks wether the path points to a folder or not. |
source code
|
|
|
listdirs(self,
path=None)
Lists all subfolders in current folder or folder in the path if the
latter is provided. |
source code
|
|
|
listjobs(self,
path=None)
Lists ids of all jobs in current folder or folder in the path if the
latter is provided. |
source code
|
|
|
ls(self,
path=None)
Lists content of current folder or folder in the path if the latter
is provided. |
source code
|
|
|
|
|
printtree(self,
path=None)
Prints content of the job tree in a well formatted way. |
source code
|
|
|
|
|
|
Inherited from Base.Objects.GangaObject :
__construct__ ,
__deepcopy__ ,
_attribute_filter__set__ ,
_auto__init__ ,
accept ,
getJobObject
Inherited from Base.Objects.Node :
__copy__ ,
__eq__ ,
__ne__ ,
clone ,
copyFrom ,
printSummaryTree ,
printTree
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|