Go to the source code of this file.
Namespaces | |
build_cleaner | |
Functions | |
def | build_cleaner._clean_elem (indict) |
def | build_cleaner._rebuild_as_ordered_dict (indict, special_keys) |
def | build_cleaner.cleaned_build_yaml_dict_as_string (indict) |
def | build_cleaner.repr_ordered_dict (dumper, odict) |
Variables | |
list | build_cleaner._ELEM_KEYS |
list | build_cleaner._TOP_LEVEL_KEYS |
build_cleaner.js = yaml.load(f, Loader=yaml.FullLoader) | |
def | build_cleaner.output = cleaned_build_yaml_dict_as_string(js) |
tuple | build_cleaner.TEST = (os.environ.get('TEST', 'false') == 'true') |