tabensemb.config.UserConfig =========================== .. currentmodule:: tabensemb.config .. autoclass:: UserConfig :show-inheritance: .. rubric:: Methods .. automethod:: __init__ .. autosummary:: ~UserConfig.defaults ~UserConfig.file_type ~UserConfig.from_dict ~UserConfig.from_file ~UserConfig.from_parser ~UserConfig.from_uci ~UserConfig.merge ~UserConfig.parse ~UserConfig.to_file .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: :toctree: UserConfig.clear UserConfig.copy UserConfig.defaults UserConfig.file_type UserConfig.from_dict UserConfig.from_file UserConfig.from_parser UserConfig.from_uci UserConfig.fromkeys UserConfig.get UserConfig.items UserConfig.keys UserConfig.merge UserConfig.parse UserConfig.pop UserConfig.popitem UserConfig.setdefault UserConfig.to_file UserConfig.update UserConfig.values