MCPcopy Create free account
hub / github.com/ActiveState/code / send

Method send

recipes/Python/577001_sqlite_message_bus/recipe-577001.py:84–88  ·  view source on GitHub ↗
(self, dest, tag, **kwargs)

Source from the content-addressed store, hash-verified

82 time.sleep(sleep)
83
84 def send (self, dest, tag, **kwargs):
85 data = (tag, kwargs)
86 rowid = self.db.execute(SEND_MESSAGE, (self.name, dest,
87 cPickle.dumps(data))).lastrowid
88 return rowid
89
90
91

Callers 15

_advance_generatorFunction · 0.45
send_startMethod · 0.45
handleMethod · 0.45
recipe-577223.pyFile · 0.45
RecvDataMethod · 0.45
SendDataMethod · 0.45
_processFunction · 0.45
whoisMethod · 0.45
recipe-577232.pyFile · 0.45
handleFunction · 0.45
flush_bodyMethod · 0.45
recv_header_lineMethod · 0.45

Calls 2

executeMethod · 0.45
dumpsMethod · 0.45

Tested by

no test coverage detected