Lines Matching defs:send
114 def __init__(self, recv, send, init_commands, log_file=None):
116 self.send = send
231 # Each thread that stops with a reason will send a
261 string and send the contents as a packet to the VSCode debug
273 # Send the encoded JSON packet and flush the 'send' file
274 self.send.write(self.encode_content(json_str))
275 self.send.flush()
531 mode = "send"
534 elif mode == "send":
542 # raw_input('Press ENTER to send:')
1135 self.send.close()