Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
117
def
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
124
def
signature(func: FunctionType, indent: int) -> str:
Callers
1
signature
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected