MCPcopy Index your code
hub / github.com/python/cpython / push_with_producer

Method push_with_producer

Lib/test/support/asynchat.py:211–213  ·  view source on GitHub ↗
(self, producer)

Source from the content-addressed store, hash-verified

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()"

Callers

nothing calls this directly

Calls 2

initiate_sendMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected