(self)
| 592 | # ================================================== |
| 593 | |
| 594 | def readable(self): |
| 595 | if maxDownloadRate > 0: |
| 596 | return downloadBucket > dispatcher.minTx |
| 597 | return True |
| 598 | |
| 599 | def writable(self): |
| 600 | if maxUploadRate > 0: |
no outgoing calls
no test coverage detected