MCPcopy Create free account
hub / github.com/AsyncAlgoTrading/aat / receive

Method receive

aat/data_source.py:68–69  ·  view source on GitHub ↗

receive data and call callbacks

(self)

Source from the content-addressed store, hash-verified

66
67 @abstractmethod
68 def receive(self):
69 '''receive data and call callbacks'''
70
71 def callback(self, field: str, data, *args, **kwargs) -> None:
72 for cb in self._callbacks[field]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected