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
rcsettings category.cache (bool, optional) – If
False, the__getitem__mode is temporarily set to0(seecontext).