Package Ganga :: Package GPIDev :: Package Lib :: Package Tasks :: Module TaskApplication :: Class ArgSplitterTask
[hide private]
[frames] | no frames]

Class ArgSplitterTask

source code

                            object --+    
                                     |    
                          TaskSplitter --+
                                         |
                object --+               |
                         |               |
         Base.Objects.Node --+           |
                             |           |
      Base.Objects.GangaObject --+       |
                                 |       |
      Adapters.ISplitter.ISplitter --+   |
                                     |   |
Lib.Splitters.ArgSplitter'.ArgSplitter --+
                                         |
                                        ArgSplitterTask

This is a Ganga.GPI.ArgSplitterTask implementation class. Refer to Ganga.GPI.ArgSplitterTask.__doc__ for documentation.

Nested Classes [hide private]
  _proxyClass
Documentation missing.

Inherited from Base.Objects.GangaObject: __metaclass__

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from TaskSplitter: split

Inherited from Adapters.ISplitter.ISplitter: createSubjob, validatedSplit

Inherited from Base.Objects.GangaObject: __construct__, __deepcopy__, __getstate__, __setstate__, _attribute_filter__set__, _auto__init__, accept, getJobObject

Inherited from Base.Objects.Node: __copy__, __eq__, __ne__, clone, copyFrom, printSummaryTree, printTree

Inherited from Base.Objects.Node (private): _getParent, _getRoot, _setParent

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from Base.Objects.GangaObject (private): _declared_property

Class Variables [hide private]
  _category = 'splitters'
  _name = 'ArgSplitterTask'
  _schema = <Ganga.GPIDev.Schema.Schema.Schema instance at 0x1cb...
  args = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1cb1b50>
  task_partitions = <Ganga.GPIDev.Base.Objects.Descriptor object...

Inherited from Adapters.ISplitter.ISplitter (private): _hidden

Inherited from Base.Objects.Node (private): _index_cache, _parent

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_schema

Value:
<Ganga.GPIDev.Schema.Schema.Schema instance at 0x1cb63f8>

task_partitions

Value:
<Ganga.GPIDev.Base.Objects.Descriptor object at 0x1cb1ad0>