Module figutils
Description
No description yet.
Functions
check_allowed_input_argument | Raises error if the input argument isn't marked as "allowed" | |
default_config_attributes | Default attributes every config class instance will have | |
find_arguments | Returns the arguments and required arguments for a function/class | |
get_allowed_cli_args | Returns the attribute names that can be be overwritten from command line input | |
get_config | Returns the config object that is registered with anyfig | |
get_config_classes | ||
get_website | ||
is_config_class | Returns True if the config class definition is registered with anyfig | |
load_config | Loads the config from file | |
post_init | Recursively calls the post_init method on a config and it's attributes | |
register_config_class | Saves the config class name and definition | |
register_globally | Registers the config with anyfig to be accessible anywhere | |
save_config | Serialize and saves the config | |
unregister_config_classes | Unregisteres config classes with anyfig |
Variables
Variables (figutils.py)
dictionary registered_config_classes = {} | ||
dictionary global_configs = {} |
Source
Line 1 in anyfig/figutils.py.