MCPcopy 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
621def works_for_python(item: Any) -> bool:
622 return not item["langs"].get("only") or "python" in item["langs"]["only"]
623
624
625def name_or_alias(item: Any) -> str:

Callers 1

_patch_caseMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected