MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / send

Method send

src/network/asyncore_pollchoose.py:831–835  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

829 return (not self.connected) or len(self.out_buffer)
830
831 def send(self, data):
832 if self.debug:
833 self.log_info('sending %s' % repr(data))
834 self.out_buffer = self.out_buffer + data
835 self.initiate_send()
836
837# ---------------------------------------------------------------------------
838# used for debugging.

Callers

nothing calls this directly

Calls 2

initiate_sendMethod · 0.95
log_infoMethod · 0.80

Tested by

no test coverage detected