MCPcopy
hub / github.com/caronc/apprise / write

Method write

tests/test_plugin_irc.py:77–78  ·  view source on GitHub ↗
(self, payload: bytes, *, flush: bool, timeout: float)

Source from the content-addressed store, hash-verified

75 self.closed = True
76
77 def write(self, payload: bytes, *, flush: bool, timeout: float) -> None:
78 self.writes.append(payload)
79
80 def read(
81 self,

Calls

no outgoing calls

Tested by

no test coverage detected