MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / to_str

Method to_str

src/core/rabbit_mq/data.py:24–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 timestamp: datetime | None = None
23
24 def to_str(self) -> str:
25 return f"Action: {self.action}, Payload: {self.payload}"

Callers 1

_process_messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected