pyfileconf.dictfiles package

Submodules

pyfileconf.dictfiles.modify module

pyfileconf.dictfiles.modify.add_item_into_nested_dict_at_section_path(nested_dict, section_path, item, add_as_ast_name=True)[source]
Notes

Inplace

Parameters
  • nested_dict (dict) –

  • section_path (SectionPath) –

  • item (str) –

Returns

pyfileconf.dictfiles.modify.create_dict_assignment_str_from_nested_dict_with_ast_names(nested_dict, existing_str=None, assign_to_name='pipeline_dict')[source]
Return type

str

pyfileconf.dictfiles.modify.pretty_format_str(string)[source]
Return type

str