Method: pylint.checkers.deprecated.DeprecatedMixin.deprecated_decorators
Calls: 475, Exceptions: 0, Paths: 1Back
Path 1: 475 calls (1.0)
() (475)
1def deprecated_decorators(self) -> Iterable[str]:
2 """Callback returning the deprecated decorators.
3
4 Returns:
5 collections.abc.Container of deprecated decorator names.
6 """
7 return ()