pyfileconf.logic package

Submodules

pyfileconf.logic.combine module

pyfileconf.logic.combine.combine_items_into_list_whether_they_are_lists_or_not(item1, item2)[source]
Return type

list

pyfileconf.logic.combine.combine_items_into_list_whether_they_are_lists_or_not_then_extract_from_list_if_only_one_item(item1, item2)[source]
Return type

Any

pyfileconf.logic.get module

pyfileconf.logic.inspect module

pyfileconf.logic.inspect.get_caller_filepath(caller_levels=2)[source]
Return type

str

pyfileconf.logic.inspect.get_caller_frame()[source]

Return the calling function’s name.

Return type

frame

pyfileconf.logic.set module

pyfileconf.logic.userinput module