eric6/DebugClients/Python/DCTestResult.py

changeset 7639
422fd05e9c91
parent 7360
9190402e4505
child 7923
91e843545d9a
equal deleted inserted replaced
7638:176145438b1e 7639:422fd05e9c91
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