BaseConfig ========== .. currentmodule:: config_base .. autoclass:: BaseConfig :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~BaseConfig.model_computed_fields ~BaseConfig.model_config ~BaseConfig.model_fields .. rubric:: Methods Summary .. autosummary:: ~BaseConfig.from_yaml ~BaseConfig.load_yaml ~BaseConfig.save_yaml ~BaseConfig.to_yaml ~BaseConfig.write_example .. rubric:: Attributes Documentation .. autoattribute:: model_computed_fields .. autoattribute:: model_config .. autoattribute:: model_fields .. rubric:: Methods Documentation .. automethod:: from_yaml .. automethod:: load_yaml .. automethod:: save_yaml .. automethod:: to_yaml .. automethod:: write_example