3be8e220ed
Use @staticmethod on methods using @classmethod but don't use their cls parameter on the following classes: * BuiltinImporter * FrozenImporter * WindowsRegistryFinder * PathFinder Leave methods using @_requires_builtin or @_requires_frozen unchanged, since this decorator requires the wrapped method to have an extra parameter (cls or self). |
||
---|---|---|
.. | ||
__init__.py | ||
_abc.py | ||
_bootstrap.py | ||
_bootstrap_external.py | ||
_common.py | ||
abc.py | ||
machinery.py | ||
metadata.py | ||
readers.py | ||
resources.py | ||
util.py |