(self, state, length=0, expectBytes=0)
| 68 | return False |
| 69 | |
| 70 | def set_state(self, state, length=0, expectBytes=0): |
| 71 | self.expectBytes = expectBytes |
| 72 | self.slice_read_buf(length) |
| 73 | self.state = state |
| 74 | |
| 75 | def writable(self): |
| 76 | self.uploadChunk = AdvancedDispatcher._buf_len |
no test coverage detected