Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_asynchat.py185 c.push_with_producer(p)
195 c.push_with_producer(data+SERVER_QUIT)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dasynchat.py188 def push_with_producer (self, producer): member in async_chat