MCPcopy
hub / github.com/pallets/werkzeug / pop

Method pop

src/werkzeug/datastructures/headers.py:282–282  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

280
281 @t.overload
282 def pop(self) -> tuple[str, str]: ...
283 @t.overload
284 def pop(self, key: str) -> str: ...
285 @t.overload

Callers 8

from_environMethod · 0.95
writeMethod · 0.45
reprMethod · 0.45
openShellFunction · 0.45
popitemMethod · 0.45
_set_valueMethod · 0.45
_set_cache_valueMethod · 0.45

Calls 2

_get_keyMethod · 0.95
removeMethod · 0.95

Tested by 1

from_environMethod · 0.76