comparison: eric6/DebugClients/Python/AsyncFile.py
eric6/DebugClients/Python/AsyncFile.py
- changeset 8207
- d359172d11be
- parent 8014
- efa0c52fee56
- child 8217
- 385f60c94548
equal
deleted
inserted
replaced
29 pending = 0 |
29 pending = 0 |
30 |
30 |
31 return pending |
31 return pending |
32 |
32 |
33 |
33 |
34 class AsyncFile(object): |
34 class AsyncFile: |
35 """ |
35 """ |
36 Class wrapping a socket object with a file interface. |
36 Class wrapping a socket object with a file interface. |
37 """ |
37 """ |
38 maxtries = 10 |
38 maxtries = 10 |
39 |
39 |