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 to 0 (see context).