rc_configurator.category

rc_configurator.category(cat, cache=True)[source]

Returns a dictionary of settings belonging to the indicated category, i.e. settings beginning with the substring cat + '.'.

Parameters
  • cat (str, optional) – The rc settings category.

  • cache (bool, optional) – If False, the __getitem__ mode is temporarily set to 0 (see context).