Inspectopedia
 
2024.3

Deprecated function, class, or module

Warning
New
Last modified: 03 December 2024

Reports usages of Python functions, or methods that are marked as deprecated and raise the DeprecationWarning or PendingDeprecationWarning warning.

Also, this inspection highlights usages of abc.abstractstaticmethod, abc.abstractproperty, and abc.abstractclassmethod decorators.

Example: