MCPcopy
hub / github.com/faust-streaming/faust / values

Method values

faust/tables/wrappers.py:248–249  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

246 self.__unauthorized_dict_operation("items")
247
248 def values(self) -> NoReturn:
249 self.__unauthorized_dict_operation("values")
250
251 def __getitem__(self, w: KT) -> VT: # noqa
252 # wrapper[key][event] returns WindowSet with event already set.

Calls 1