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

Method set

faust/types/web.py:105–107  ·  view source on GitHub ↗
(
        self, key: str, value: bytes, timeout: Optional[float] = None
    )

Source from the content-addressed store, hash-verified

103
104 @abc.abstractmethod
105 async def set(
106 self, key: str, value: bytes, timeout: Optional[float] = None
107 ) -> None: ...
108
109 @abc.abstractmethod
110 async def delete(self, key: str) -> None: ...

Callers 15

agentMethod · 0.45
on_sendMethod · 0.45
on_waitMethod · 0.45
test_getmanyMethod · 0.45
test_getmany_bufferedMethod · 0.45
test_stop_flowMethod · 0.45
on_sleepMethod · 0.45
on_sleepMethod · 0.45
test_on_startMethod · 0.45

Calls

no outgoing calls

Tested by 15

agentMethod · 0.36
on_sendMethod · 0.36
on_waitMethod · 0.36
test_getmanyMethod · 0.36
test_getmany_bufferedMethod · 0.36
test_stop_flowMethod · 0.36
on_sleepMethod · 0.36
on_sleepMethod · 0.36
test_on_startMethod · 0.36