Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ works_for_python
Function
works_for_python
scripts/documentation_provider.py:621–622 ·
view source on GitHub ↗
(item: Any)
Source
from the content-addressed store, hash-verified
619
620
621
def
works_for_python(item: Any) -> bool:
622
return
not item[
"langs"
].get(
"only"
) or
"python"
in item[
"langs"
][
"only"
]
623
624
625
def
name_or_alias(item: Any) -> str:
Callers
1
_patch_case
Method · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected