ATLAS Offline Software
|
Classes | |
class | _JobPropertyMeta |
class | JobProperties |
class | JobProperty |
class | JobPropertyContainer |
Functions | |
def | _isCompatible (allowedTypes, value) |
def | save_jobproperties (file_name) |
def | load_jobproperties (file_name) |
Variables | |
bool | jobPropertiesDisallowed = False |
string | __author__ = 'M. Gallas, P. Calafiura, S. Binet' |
string | __version__ = '$Revision: 1.18 $' |
string | __doc__ = "JobProperties" |
list | __all__ = [ "JobProperties"] |
|
private |
Definition at line 35 of file JobProperties.py.
def python.JobProperties.load_jobproperties | ( | file_name | ) |
Loads the "jobproperties" container of JobProperties.
Definition at line 806 of file JobProperties.py.
def python.JobProperties.save_jobproperties | ( | file_name | ) |
Saves the "jobproperties" container of JobProperties.
Definition at line 793 of file JobProperties.py.
|
private |
Definition at line 27 of file JobProperties.py.
|
private |
Definition at line 23 of file JobProperties.py.
|
private |
Definition at line 25 of file JobProperties.py.
|
private |
Definition at line 24 of file JobProperties.py.
bool python.JobProperties.jobPropertiesDisallowed = False |
Definition at line 17 of file JobProperties.py.