MCPcopy
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_listMethod · 0.95
test_setitemMethod · 0.80
test_updateMethod · 0.80
test_extend_from_dictMethod · 0.80
test_getlistMethod · 0.80
test_multi_setcookieMethod · 0.80
_copy_fromMethod · 0.80

Calls

no outgoing calls

Tested by 11

test_create_from_listMethod · 0.76
test_setitemMethod · 0.64
test_updateMethod · 0.64
test_extend_from_dictMethod · 0.64
test_getlistMethod · 0.64
test_multi_setcookieMethod · 0.64