Home
last modified time | relevance | path

Searched refs:simple_producer (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dasynchat.py261 class simple_producer: class
/external/python/cpython3/Lib/
Dasynchat.py271 class simple_producer: class
/external/python/cpython3/Lib/test/
Dtest_asynchat.py185 p = asynchat.simple_producer(data+SERVER_QUIT, buffer_size=8)
/external/python/cpython2/Lib/test/
Dtest_asynchat.py188 p = asynchat.simple_producer(data+SERVER_QUIT, buffer_size=8)