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
| Name | Type | Description |
|---|---|---|
| source | object | The configuration source object to inspect for deprecated attribute names. |
Returns
| Type | Description |
|---|---|
object | The original source object, returned after processing all deprecation checks. |