MCPcopy Index your code
hub / github.com/apache/tvm / write_message

Method write_message

python/tvm/rpc/tornado_util.py:71–76  ·  view source on GitHub ↗
(self, message, binary=True)

Source from the content-addressed store, hash-verified

69 self.on_close()
70
71 def write_message(self, message, binary=True):
72 assert binary
73 if self._sock is None:
74 raise OSError("socket is already closed")
75 self._pending_write.append(message)
76 self._update_write()
77
78 def _event_handler(self, events):
79 """centeral event handler"""

Callers 6

send_dataMethod · 0.95
_init_connMethod · 0.80
ret_valueMethod · 0.80
send_dataMethod · 0.80
_fsendFunction · 0.80
_connectFunction · 0.80

Calls 2

_update_writeMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected