rc_configurator.fill¶
-
rc_configurator.fill(props, cache=True)[source]¶ Returns a dictionary filled with
rcsettings, used internally to build dictionaries for updatingArtistinstances.- Parameters
props (dict-like) – Dictionary whose values are names of
rcsettings. The values are replaced with the corresponding property only if__getitem__does not returnNone. Otherwise, that key, value pair is omitted from the output dictionary.cache (bool, optional) – If
False, the__getitem__mode is temporarily set to0(seecontext). Otherwise, if anrclookup returnsNone, the setting is omitted from the output dictionary.