deprecated([msg, logger, version, remove_in])
|
Decorator to indicate that a function, method, or class is deprecated. |
deprecation_warning(msg[, logger, version, ...])
|
Standardized function for formatting and emitting deprecation warnings. |
moved_module(old_name, new_name[, msg, ...])
|
Provide a deprecation path for moved / renamed modules |
relocated_module_attribute(local, target, ...)
|
Provide a deprecation path for moved / renamed module attributes |
RenamedClass(name, bases, classdict, *args, ...)
|
Metaclass to provide a deprecation path for renamed classes |