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

Class NameValue

playwright/_impl/_api_structures.py:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195
196class NameValue(TypedDict):
197 name: str
198 value: str
199
200
201HeadersArray = List[NameValue]

Callers 2

object_to_arrayFunction · 0.90
_inner_fetchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected