MCPcopy
hub / github.com/encode/starlette / keys

Method keys

starlette/datastructures.py:287–288  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

285 return [item_value for item_key, item_value in self._list if item_key == key]
286
287 def keys(self) -> KeysView[_KeyType]:
288 return self._dict.keys()
289
290 def values(self) -> ValuesView[_CovariantValueType]:
291 return self._dict.values()

Callers 1

__iter__Method · 0.95

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected