(self)
| 597 | return True |
| 598 | |
| 599 | def writable(self): |
| 600 | if maxUploadRate > 0: |
| 601 | return uploadBucket > dispatcher.minTx |
| 602 | return True |
| 603 | |
| 604 | # ================================================== |
| 605 | # socket object methods. |
no outgoing calls
no test coverage detected