5131:889ed5ff7a68 | 5132:a094eee9f862 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing a base class of an asynchronous interface for the debugger. | 7 Module implementing a base class of an asynchronous interface for the debugger. |
8 """ | 8 """ |
9 | 9 |
10 | 10 # TODO: delete this file |
11 class AsyncIO(object): | 11 class AsyncIO(object): |
12 """ | 12 """ |
13 Class implementing asynchronous reading and writing. | 13 Class implementing asynchronous reading and writing. |
14 """ | 14 """ |
15 def __init__(self): | 15 def __init__(self): |