3.1.2.1.1. de_sim.examples.config package¶
3.1.2.1.1.1. Submodules¶
3.1.2.1.1.2. de_sim.examples.config.core module¶
PHOLD configuration
- Author
Arthur Goldberg <Arthur.Goldberg@mssm.edu>
- Date
2016-09-21
- Copyright
2016-2020, Karr Lab
- License
MIT
-
de_sim.examples.config.core.
get_config
(extra=None)[source]¶ Get configuration
- Parameters
extra (
dict
, optional) – additional configuration to override- Returns
nested dictionary with the configuration settings loaded from the configuration source(s).
- Return type
configobj.ConfigObj
-
de_sim.examples.config.core.
get_debug_logs_config
(extra=None)[source]¶ Get debug logs configuration
- Parameters
extra (
dict
, optional) – additional configuration to override- Returns
nested dictionary with the configuration settings loaded from the configuration source(s).
- Return type
configobj.ConfigObj