Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ getlist
Method
getlist
src/urllib3/_collections.py:374–374 ·
view source on GitHub ↗
(self, key: str)
Source
from the content-addressed store, hash-verified
372
373
@typing.overload
374
def
getlist(self, key: str) -> list[str]: ...
375
376
@typing.overload
377
def
getlist(self, key: str, default: _DT) -> list[str] | _DT: ...
Callers
13
test_create_from_list
Method · 0.95
test_create_from_headerdict
Method · 0.95
test_setitem
Method · 0.80
test_update
Method · 0.80
test_add_well_known_multiheader
Method · 0.80
test_add_comma_separated_multiheader
Method · 0.80
test_extend_from_dict
Method · 0.80
test_getlist
Method · 0.80
test_getlist_with_bytes_key
Method · 0.80
test_getlist_after_copy
Method · 0.80
test_multi_setcookie
Method · 0.80
_copy_from
Method · 0.80
Calls
no outgoing calls
Tested by
11
test_create_from_list
Method · 0.76
test_create_from_headerdict
Method · 0.76
test_setitem
Method · 0.64
test_update
Method · 0.64
test_add_well_known_multiheader
Method · 0.64
test_add_comma_separated_multiheader
Method · 0.64
test_extend_from_dict
Method · 0.64
test_getlist
Method · 0.64
test_getlist_with_bytes_key
Method · 0.64
test_getlist_after_copy
Method · 0.64
test_multi_setcookie
Method · 0.64