|
OpenStructure
|
Go to the source code of this file.
Data Structures | |
| class | OstOptionParser |
Namespaces | |
| namespace | ost |
| namespace | ost.ost_startup |
Functions | |
| show_help (option, opt, value, parser) | |
| show_version (option, opt, value, parser) | |
| interactive_flag (option, opt, value, parser) | |
| stop () | |
| get_options_parser (usage) | |
Variables | |
| str | usage |
| action_path = os.path.abspath(os.environ.get("OST_EXEC_DIR", "")) | |
| str | _site_packs = "python%d.%d/site-packages" % sys.version_info[0:2] |
| _base_dir = os.getenv("DNG_ROOT") | |
| parser = get_options_parser(usage) | |
| options | |
| args | |
| HistoryFile = os.path.expanduser("~/.ost_history") | |
| bool | gui_mode = False |
| ps1 | |
| ps2 | |
| argv | |
| home = os.getenv("HOME") or os.getenv("USERPROFILE") | |
| _ostrc = os.path.join(home, ".ostrc") | |
| script = parser.rargs[0] | |
| sys_argv_backup = sys.argv | |