We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64931d4 commit 1e05eafCopy full SHA for 1e05eaf
Lib/functools.py
@@ -644,6 +644,7 @@ def __isabstractmethod__(self):
644
645
__class_getitem__ = classmethod(GenericAlias)
646
647
+# Helper functions
648
649
def _unwrap_partial(func):
650
while isinstance(func, partial):
@@ -661,7 +662,6 @@ def _unwrap_partialmethod(func):
661
662
func = _unwrap_partial(func)
663
return func
664
-
665
################################################################################
666
### LRU Cache function decorator
667
0 commit comments