mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
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).
Miscellaneous source files for the main Python shared library