MCPcopy Create free account
hub / github.com/microsoft/playwright-python / must

Function must

tests/utils.py:22–24  ·  view source on GitHub ↗
(value: Optional[MustType])

Source from the content-addressed store, hash-verified

20
21
22def must(value: Optional[MustType]) -> MustType:
23 assert value
24 return value
25
26
27def chromium_version_less_than(a: str, b: str) -> bool:

Calls

no outgoing calls