MCPcopy Index your code
hub / github.com/microsoft/playwright-python / is_positional_exception

Function is_positional_exception

scripts/generate_api.py:117–121  ·  view source on GitHub ↗
(key: str)

Source from the content-addressed store, hash-verified

115
116
117def is_positional_exception(key: str) -> bool:
118 for pattern in positional_exceptions:
119 if re.match(pattern, key):
120 return True
121 return False
122
123
124def signature(func: FunctionType, indent: int) -> str:

Callers 1

signatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected