Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
emulated_sendall
Method · 0.45
send
Function · 0.45
send_kill_msg
Method · 0.45
test_completion_sockets_and_messages
Method · 0.45
send_kill_msg
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
5
send
Function · 0.36
send_kill_msg
Method · 0.36
test_completion_sockets_and_messages
Method · 0.36
send_kill_msg
Method · 0.36
write
Method · 0.36