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 90cacda commit a43fb06Copy full SHA for a43fb06
pytests/plugins/pattern_test.py
@@ -88,7 +88,7 @@ def is_statement_fail_testcase(statement):
88
return False
89
90
def dnf_patterns(ctx, typestmt, prefix_to_mod_name):
91
- """dnf_patterns obtains a DNF of the type's patterns.
+ r"""dnf_patterns obtains a DNF of the type's patterns.
92
93
The return value is a list of list of patterns representing the OR of ANDs,
94
aka. sum-of-products (DNF), of the type's patterns.
0 commit comments