rc_configurator.get¶
-
rc_configurator.get(key, cache=False)[source]¶ Returns a setting.
- Parameters
key (str) – The setting name.
cache (bool, optional) – If
False, the__getitem__mode is temporarily set to0(seecontext).
rc_configurator.get(key, cache=False)[source]¶Returns a setting.
key (str) – The setting name.
cache (bool, optional) – If False, the __getitem__ mode is
temporarily set to 0 (see context).