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 58fda7b commit a806fffCopy full SHA for a806fff
uvloop/_testbase.py
@@ -22,6 +22,8 @@
22
23
24
class MockPattern(str):
25
+ __slots__ = ()
26
+
27
def __eq__(self, other):
28
return bool(re.search(str(self), other, re.S))
29
0 commit comments