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

Method getlist

src/werkzeug/datastructures/structures.py:714–714  ·  view source on GitHub ↗
(self, key: K)

Source from the content-addressed store, hash-verified

712
713 @t.overload
714 def getlist(self, key: K) -> list[V]: ...
715 @t.overload
716 def getlist(self, key: K, type: cabc.Callable[[V], T]) -> list[T]: ...
717 def getlist(

Callers 1

listsMethod · 0.95

Calls 2

appendMethod · 0.80
__getitem__Method · 0.45

Tested by

no test coverage detected