![]() |
ATLAS Offline Software
|
Classes | |
| class | AllowedExpression |
| class | Boolean |
| class | Descriptor |
| class | Float |
| class | Integer |
| class | JobConfig |
| class | JobConfigMetaClass |
| class | ListOfStrings |
| class | String |
| class | TransformConfig |
| class | UniqueList |
Functions | |
| getProperty (self, name) | |
| hasProperty (self, name) | |
| attributes (self) | |
| name (self) | |
Variables | |
| str | __author__ = "clat@hep.ph.bham.ac.uk" |
| list | descr = [] |
| print "%s.properties()" % self.__name__ | |
| python.TransformConfig.attributes | ( | self | ) |
Dictionary with the attibutes (name:value). It is a copy to make it read-only.
Definition at line 383 of file TransformConfig.py.
| python.TransformConfig.getProperty | ( | self, | |
| name ) |
Get the property (the descriptor, not the value) named <name>. It raises an TransformConfigError if the class does not have proporty <name>.
Definition at line 365 of file TransformConfig.py.
| python.TransformConfig.hasProperty | ( | self, | |
| name ) |
Return bool indicating if this class has property <name>
Definition at line 374 of file TransformConfig.py.
| python.TransformConfig.name | ( | self | ) |
The name of the configuration instance (mainly for printout)
Definition at line 388 of file TransformConfig.py.
|
private |
Definition at line 3 of file TransformConfig.py.
| list python.TransformConfig.descr = [] |
print "%s.properties()" % self.__name__
Definition at line 359 of file TransformConfig.py.