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

Method pop

src/werkzeug/datastructures/mixins.py:266–266  ·  view source on GitHub ↗
(self: te.Self, key: K)

Source from the content-addressed store, hash-verified

264
265 @t.overload
266 def pop(self: te.Self, key: K) -> V: ...
267 @t.overload
268 def pop(self: te.Self, key: K, default: V) -> V: ...
269 @t.overload

Callers

nothing calls this directly

Calls 1

on_updateMethod · 0.45

Tested by

no test coverage detected