DebugClients/Python/AsyncIO.py

changeset 2953
703452a2876f
parent 2302
f29e9405c851
child 3160
209a07d7e401
equal deleted inserted replaced
2952:94fc661a54a2 2953:703452a2876f
13 Class implementing asynchronous reading and writing. 13 Class implementing asynchronous reading and writing.
14 """ 14 """
15 def __init__(self): 15 def __init__(self):
16 """ 16 """
17 Constructor 17 Constructor
18
19 @param parent the optional parent of this object (QObject) (ignored)
20 """ 18 """
21 # There is no connection yet. 19 # There is no connection yet.
22 self.disconnect() 20 self.disconnect()
23 21
24 def disconnect(self): 22 def disconnect(self):

eric ide

mercurial