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