![]() |
The Gaudi Framework
v27r0
|
Functions | |
| def | StripPath (path) |
| def | CleanVariable (varname, shell, out) |
| def | _check_output_options_cb (option, opt_str, value, parser) |
Variables | |
| tuple | parser = OptionParser() |
| string | action = "append" |
| string | dest = "envlist" |
| string | metavar = "PATHVAR" |
| string | help = "add environment variable to be processed" |
| list | choices = ['csh','sh','bat'] |
| string | type = "string" |
| callback = _check_output_options_cb, | |
|
private |
Definition at line 34 of file PathStripper.py.
| def PathStripper.CleanVariable | ( | varname, | |
| shell, | |||
| out | |||
| ) |
Definition at line 23 of file PathStripper.py.
| def PathStripper.StripPath | ( | path | ) |
Definition at line 10 of file PathStripper.py.
| string PathStripper.action = "append" |
Definition at line 55 of file PathStripper.py.
| PathStripper.callback = _check_output_options_cb, |
Definition at line 69 of file PathStripper.py.
| list PathStripper.choices = ['csh','sh','bat'] |
Definition at line 60 of file PathStripper.py.
| string PathStripper.dest = "envlist" |
Definition at line 56 of file PathStripper.py.
| string PathStripper.help = "add environment variable to be processed" |
Definition at line 58 of file PathStripper.py.
| string PathStripper.metavar = "PATHVAR" |
Definition at line 57 of file PathStripper.py.
| tuple PathStripper.parser = OptionParser() |
Definition at line 52 of file PathStripper.py.
| string PathStripper.type = "string" |
Definition at line 65 of file PathStripper.py.