Method: pylint.checkers.stdlib.StdlibChecker.deprecated_classes
Calls: 1960, Exceptions: 0, Paths: 1Back
Path 1: 1960 calls (1.0)
'typing' (241) 'collections' (80) 'self' (79) 'logging' (74) '__future__' (52) 'threading' (33) 'requests' (32) 'pytest' (32) 'abc' (28) 'machine' (28...
() (1879) {'Sized', 'MappingView', 'Coroutine', 'Mapping', 'Awaitable', 'Collection', 'Callable', 'MutableSet', 'Iterable', 'ValuesView', 'Sequence', ...
1def deprecated_classes(self, module: str) -> Iterable[str]:
2 return self._deprecated_classes.get(module, ())