Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psf/requests
/ to_key_val_list
Function
to_key_val_list
src/requests/utils.py:371–371 ·
view source on GitHub ↗
(value: None)
Source
from the content-addressed store, hash-verified
369
370
@overload
371
def
to_key_val_list(value: None) -> None: ...
372
@overload
373
def
to_key_val_list(
374
value: _t.SupportsItems[_KT, _VT] | Iterable[tuple[_KT, _VT]],
Callers
5
test_valid
Method · 0.90
test_invalid
Method · 0.90
_encode_params
Method · 0.85
_encode_files
Method · 0.85
merge_setting
Function · 0.85
Calls
1
items
Method · 0.45
Tested by
2
test_valid
Method · 0.72
test_invalid
Method · 0.72