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

Function name_or_alias

scripts/documentation_provider.py:625–631  ·  view source on GitHub ↗
(item: Any)

Source from the content-addressed store, hash-verified

623
624
625def name_or_alias(item: Any) -> str:
626 alias = (
627 item["langs"].get("aliases").get("python")
628 if item["langs"].get("aliases")
629 else None
630 )
631 return alias or item["name"]
632
633
634def self_or_override(item: Any) -> Any:

Callers 1

_patch_caseMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected