psyplot.config package
Configuration module of the psyplot package
This module contains the module for managing rc parameters and the logging.
Default parameters are defined in the rcsetup.defaultParams
dictionary, however you can set up your own configuration in a yaml file (see
psyplot.load_rc_from_file()
)
Data:
str or |
|
|
- psyplot.config.config_path = None
str or
None
. Path to the yaml configuration file (if found). Seepsyplot_fname()
for further information- Type:
class
- psyplot.config.logcfg_path = '/builds/psyplot/psyplot/psyplot/config/logging.yml'
str
. Path to the yaml logging configuration file
Submodules
setup_logging()
RcParams
RcParams.HEADER
RcParams.catch()
RcParams.connect()
RcParams.copy()
RcParams.defaultParams
RcParams.descriptions
RcParams.disconnect()
RcParams.dump()
RcParams.find_all()
RcParams.find_and_replace()
RcParams.keys()
RcParams.load_from_file()
RcParams.load_plugins()
RcParams.msg_depr
RcParams.msg_depr_ignore
RcParams.remove()
RcParams.update()
RcParams.update_from_defaultParams()
RcParams.validate
RcParams.values()
SubDict
defaultParams
get_configdir()
psyplot_fname()
rcParams
safe_list()
validate_bool()
validate_bool_maybe_none()
validate_dict()
validate_files_exist()
validate_path_exists()
validate_str()
validate_stringlist()
validate_stringset()