Home
last modified time | relevance | path

Searched refs:push_with_producer (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_asynchat.py189 c.push_with_producer(p)
199 c.push_with_producer(data+SERVER_QUIT)
/external/python/cpython2/Lib/
Dasynchat.py195 def push_with_producer (self, producer): member in async_chat
/external/python/cpython2/Doc/library/
Dasynchat.rst113 .. method:: async_chat.push_with_producer(producer)