Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
196
class
NameValue(TypedDict):
197
name: str
198
value: str
199
200
201
HeadersArray = List[NameValue]
Callers
2
object_to_array
Function · 0.90
_inner_fetch
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected