MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / send

Method send

pycompletionserver.py:215–216  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

213 totalsent = totalsent + sent
214
215 def send(self, msg):
216 self.socket.sendall(bytearray(msg, "utf-8"))
217
218 def run(self):
219 # Echo server program

Callers 7

runMethod · 0.95
emulated_sendallMethod · 0.45
sendFunction · 0.45
send_kill_msgMethod · 0.45
send_kill_msgMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by 5

sendFunction · 0.36
send_kill_msgMethod · 0.36
send_kill_msgMethod · 0.36
writeMethod · 0.36