DebugClients/Python3/AsyncFile.py

changeset 96
9624a110667d
parent 13
1af94a91f439
child 111
1887e3af7b74
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
6 """ 6 """
7 Module implementing an asynchronous file like socket interface for the debugger. 7 Module implementing an asynchronous file like socket interface for the debugger.
8 """ 8 """
9 9
10 import socket 10 import socket
11 import sys 11
12 12 from DebugProtocol import EOT
13 from DebugProtocol import EOT, RequestOK
14 13
15 14
16 def AsyncPendingWrite(file): 15 def AsyncPendingWrite(file):
17 """ 16 """
18 Module function to check for data to be written. 17 Module function to check for data to be written.

eric ide

mercurial