![]() |
The Gaudi Framework
v26r3
|
Namespaces | |
_runtests | |
Control | |
TestEnvOps | |
TestXMLOps | |
Variable | |
xmlModule | |
Classes | |
class | EnvError |
class | Script |
Functions | |
def | splitNameValue (name_value) |
Variables | |
string | __author__ = "Marco Clemencic <marco.clemencic@cern.ch>" |
list | __all__ = [] |
list | path = ['.'] |
def EnvConfig.splitNameValue | ( | name_value | ) |
split the "NAME=VALUE" string into the tuple ("NAME", "VALUE") replacing '[:]' with os.pathsep in VALUE
Definition at line 27 of file __init__.py.
list EnvConfig.__all__ = [] |
Definition at line 12 of file __init__.py.
string EnvConfig.__author__ = "Marco Clemencic <marco.clemencic@cern.ch>" |
Definition at line 1 of file __init__.py.
list EnvConfig.path = ['.'] |
Definition at line 15 of file __init__.py.