Method: pylint.checkers.stdlib.StdlibChecker.deprecated_decorators
Calls: 475, Exceptions: 0, Paths: 1Back
Path 1: 475 calls (1.0)
{'abc.abstractstaticmethod', 'importlib.util.module_for_loader', 'asyncio.coroutine', 'abc.abstractproperty', 'abc.abstractclassmethod'} (475)
1def deprecated_decorators(self) -> Iterable[str]:
2 return self._deprecated_decorators