ocssw
V2022
|
uber_par_file_reader.py File Reference
Go to the source code of this file.
Classes | |
class | ParReader |
Namespaces | |
mlp.uber_par_file_reader | |
Functions | |
def | add_par_entry (the_dict, the_key, val_to_add) |
def | add_sect_entry (filename, sect_key, the_dict, the_key, val_to_add) |
def | get_sect_key (line) |
def | is_section_header (line) |
def | is_key_valid (key_str) |
def | is_whole_line_comment (line) |
Variables | |
string | SECTION_HEADER_TEXT = 'section' |
list | VALID_KEYS = ['deletefiles', 'overwrite', 'use_existing', 'use_ancillary', 'odir', 'ifile'] |