This is a Ganga.GPI.GangaList implementation class. Refer to
Ganga.GPI.GangaList.__doc__ for documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__reversed__(self)
Implements the __reversed__ list method introduced in 2.4 |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_export___setslice__(self,
start,
end,
obj_list) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkNestedLists(self,
value)
The rule is that if there are nested lists then they must not contain
GangaObjects, as this corrupts the repository |
source code
|
|
|
checkReadOnly(self)
Puts a hook in to stop mutable access to readonly jobs. |
source code
|
|
|
|
|
|
|
findSchemaParentSchemaEntry(self,
parent)
Finds the schema entry for this GangaList |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
printSummaryTree(self,
level=0,
verbosity_level=0,
whitespace_marker='
' ,
out=<epydoc.docintrospecter._DevNull instance at 0x110f638>,
selection='
' )
If this method is overridden, the following should be noted: |
source code
|
|
|
|
|
|
|
|
|
strip_proxy(self,
obj,
filter=False)
Removes proxies and calls shortcut if needed |
source code
|
|
|
strip_proxy_list(self,
obj_list,
filter=False) |
source code
|
|
|
toString(self)
Returns a simple str of the _list. |
source code
|
|
Inherited from Base.Objects.GangaObject :
__construct__ ,
__getstate__ ,
__setstate__ ,
_attribute_filter__set__ ,
_auto__init__ ,
accept ,
getJobObject
Inherited from Base.Objects.Node :
clone ,
copyFrom ,
printTree
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|