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 6b436b7 commit 65f90b2Copy full SHA for 65f90b2
src/python_testing/TC_AVSMTestBase.py
@@ -27,7 +27,7 @@
27
logger = logging.getLogger(__name__)
28
29
30
-def wmark_osd_matcher(attribute_id: int, wmark: bool, osd: bool, wmark_check: bool, osd_check: bool) -> "AttributeMatcher":
+def wmark_osd_matcher(attribute_id: int, wmark: bool | None, osd: bool | None, wmark_check: bool, osd_check: bool) -> "AttributeMatcher":
31
def predicate(report: AttributeValue) -> bool:
32
if report.attribute != attribute_id:
33
return False
0 commit comments