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

Method get_all

playwright/_impl/_network.py:1046–1047  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

1044 return separator.join(values)
1045
1046 def get_all(self, name: str) -> List[str]:
1047 return list(self._headers_map[name.lower()].keys())
1048
1049 def headers(self) -> Dict[str, str]:
1050 result = {}

Callers 2

getMethod · 0.95
header_valuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected