Method: pylint.checkers.deprecated.DeprecatedMixin.deprecated_methods
Calls: 10504, Exceptions: 0, Paths: 1Back
Path 1: 10504 calls (1.0)
() (10504)
1def deprecated_methods(self) -> Container[str]:
2 """Callback returning the deprecated methods/functions.
3
4 Returns:
5 collections.abc.Container of deprecated function/method names.
6 """
7 return ()