Thanks to visit codestin.com Credit goes to github.com
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 01d618c commit c42e7aaCopy full SHA for c42e7aa
1 file changed
Lib/test/test_dataclasses.py
@@ -2667,7 +2667,7 @@ class C:
2667
# There was a bug where a variable in a slot was assumed
2668
# to also have a default value (of type types.MemberDescriptorType).
2669
with self.assertRaisesRegex(TypeError,
2670
- "__init__\(\) missing 1 required positional argument: 'x'"):
+ r"__init__\(\) missing 1 required positional argument: 'x'"):
2671
C()
2672
2673
# We can create an instance, and assign to x.
0 commit comments