Skip to main content

find_deprecated_settings

Iterates through configuration settings to identify and issue warnings for deprecated or removed options found in the provided source.

def find_deprecated_settings(
source: object
) - > object

Identifies and warns about deprecated configuration settings within a source object by checking against defined namespaces.

Parameters

NameTypeDescription
sourceobjectThe configuration source object to inspect for deprecated attribute names.

Returns

TypeDescription
objectThe original source object, returned after processing all deprecation checks.