(self, producer)
| 209 | self.initiate_send() |
| 210 | |
| 211 | def push_with_producer(self, producer): |
| 212 | self.producer_fifo.append(producer) |
| 213 | self.initiate_send() |
| 214 | |
| 215 | def readable(self): |
| 216 | "predicate for inclusion in the readable for select()" |
nothing calls this directly
no test coverage detected