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

Method items

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

Source from the content-addressed store, hash-verified

243 self.__unauthorized_dict_operation("keys")
244
245 def items(self) -> NoReturn:
246 self.__unauthorized_dict_operation("items")
247
248 def values(self) -> NoReturn:
249 self.__unauthorized_dict_operation("values")

Callers 15

sync_from_storageMethod · 0.45
apply_changelog_batchMethod · 0.45
_del_old_keysMethod · 0.45
_modify_setMethod · 0.45
on_rebalanceMethod · 0.45
_build_highwatersMethod · 0.45
_highwater_logtableMethod · 0.45
_build_offsetsMethod · 0.45
detect_aborted_txMethod · 0.45
flush_buffersMethod · 0.45
active_remainingMethod · 0.45

Calls 1

Tested by

no test coverage detected