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 2b542c7 commit e28e43fCopy full SHA for e28e43f
1 file changed
Lib/string.py
@@ -57,6 +57,7 @@ class _TemplatePattern:
57
def __get__(self, instance, cls=None):
58
if cls is None:
59
return self
60
+ # This descriptor is overwritten in ``_compile_pattern()``.
61
return cls._compile_pattern()
62
63
0 commit comments