RcConfigurator.category¶
- RcConfigurator.category(cat, *, trimcat=True, context=False)[source]¶
Return a dictionary of settings beginning with the substring
cat + '.'.- Parameters
cat (str, optional) – The
rcsetting category.trimcat (bool, optional) – Whether to trim
catfrom the key names in the output dictionary. Default isTrue.context (bool, optional) – If
True, then each category setting that is not found in the context mode dictionaries is omitted from the output dictionary. Seecontext.
See also