eric6/DebugClients/Python/DCTestResult.py

branch
maintenance
changeset 7642
72721823d453
parent 7639
422fd05e9c91
child 7923
91e843545d9a
equal deleted inserted replaced
7608:f7cb83647621 7642:72721823d453
126 rrdy, wrdy, xrdy = select.select( 126 rrdy, wrdy, xrdy = select.select(
127 [self.__dbgClient.readstream], [], [], 0.01) 127 [self.__dbgClient.readstream], [], [], 0.01)
128 128
129 if self.__dbgClient.readstream in rrdy: 129 if self.__dbgClient.readstream in rrdy:
130 self.__dbgClient.readReady(self.__dbgClient.readstream) 130 self.__dbgClient.readReady(self.__dbgClient.readstream)
131
132 #
133 # eflag: noqa = M702

eric ide

mercurial