Home
last modified time | relevance | path

Searched refs:found_terminator (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Doc/library/
Dasynchat.rst18 :meth:`found_terminator` methods. It uses the same asynchronous loop as
30 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
68 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
92 .. method:: async_chat.found_terminator()
130 | *string* | Will call :meth:`found_terminator` when the |
133 | *integer* | Will call :meth:`found_terminator` when the |
142 by the channel after :meth:`found_terminator` is called.
218 def found_terminator(self):
/external/python/cpython2/Lib/
Dasynchat.py97 def found_terminator(self): member in async_chat
147 self.found_terminator()
165 self.found_terminator()
Dsmtpd.py143 def found_terminator(self): member in SMTPChannel
/external/python/cpython2/Lib/test/
Dtest_asynchat.py88 def found_terminator(self): member in echo_client
Dtest_poplib.py44 def found_terminator(self): member in DummyPOP3Handler
Dtest_ftplib.py74 def found_terminator(self): member in DummyFTPHandler