![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name=None) | |
| __str__ (self, prefix='') | |
| __len__ (self) | |
| __iter__ (self) | |
| properties (self) | |
Protected Member Functions | |
| _attributeDictionary (self) | |
Private Attributes | |
| __name = name | |
| dict | __attributes = {} |
Static Private Attributes | |
| tuple | __slots__ = ( '__name', '__attributes' ) |
Definition at line 316 of file TransformConfig.py.
| python.TransformConfig.JobConfig.__init__ | ( | self, | |
| name = None ) |
name is used in printout. The default name is derived from the filename of the python file where constructor is called
Definition at line 319 of file TransformConfig.py.
| python.TransformConfig.JobConfig.__iter__ | ( | self | ) |
Provide iteration over the full list of properties (the Descriptors, not the values)
Definition at line 346 of file TransformConfig.py.
| python.TransformConfig.JobConfig.__len__ | ( | self | ) |
Return the total number of properties (this class plus all base classes)
Definition at line 341 of file TransformConfig.py.
| python.TransformConfig.JobConfig.__str__ | ( | self, | |
| prefix = '' ) |
Definition at line 330 of file TransformConfig.py.
|
protected |
Dictionary to store the values. Used in the class Descriptor.
Definition at line 351 of file TransformConfig.py.
| python.TransformConfig.JobConfig.properties | ( | self | ) |
Return the full list of properties (the descriptors, not the values)
Definition at line 356 of file TransformConfig.py.
|
private |
Definition at line 327 of file TransformConfig.py.
|
private |
Definition at line 326 of file TransformConfig.py.
|
staticprivate |
Definition at line 317 of file TransformConfig.py.