MCPcopy
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
371def to_key_val_list(value: None) -> None: ...
372@overload
373def to_key_val_list(
374 value: _t.SupportsItems[_KT, _VT] | Iterable[tuple[_KT, _VT]],

Callers 5

test_validMethod · 0.90
test_invalidMethod · 0.90
_encode_paramsMethod · 0.85
_encode_filesMethod · 0.85
merge_settingFunction · 0.85

Calls 1

itemsMethod · 0.45

Tested by 2

test_validMethod · 0.72
test_invalidMethod · 0.72