|
OpenStructure
|
Data Structures | |
| class | OstOptionParser |
Functions | |
| def | show_help |
| def | parse_script_option |
| def | stop |
Variables | |
| _img_present = True | |
| string | usage = 'usage: dng [options] [files to load]' |
| script_argv = options.script | |
| tuple | compound_lib = conop.CompoundLib.Load(options.complib) |
| tuple | rbb = conop.RuleBasedBuilder(compound_lib) |
| tuple | home = os.getenv('HOME') |
| tuple | _ostrc = os.path.join(home, '.ostrc') |
| tuple | rcfile = open(_ostrc,"w") |
| tuple | working_dir = settings.GetValue("DNG_WORKING_DIR",None) |
| def ost.gui.dng.init.parse_script_option | ( | option, | |
| opt, | |||
| value, | |||
| parser | |||
| ) |
| def ost.gui.dng.init.show_help | ( | option, | |
| opt, | |||
| value, | |||
| parser | |||
| ) |
| tuple compound_lib = conop.CompoundLib.Load(options.complib) |
| tuple rbb = conop.RuleBasedBuilder(compound_lib) |
| tuple working_dir = settings.GetValue("DNG_WORKING_DIR",None) |
1.8.1.1