Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dasynchat.rst27 :meth:`found_terminator` methods. It uses the same asynchronous loop as
39 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
77 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
101 .. method:: async_chat.found_terminator()
139 | *string* | Will call :meth:`found_terminator` when the |
142 | *integer* | Will call :meth:`found_terminator` when the |
151 by the channel after :meth:`found_terminator` is called.
196 def found_terminator(self):
/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/cpython3/Lib/
Dasynchat.py92 def found_terminator(self): member in async_chat
151 self.found_terminator()
171 self.found_terminator()
Dsmtpd.py332 def found_terminator(self): member in SMTPChannel
/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/cpython3/Lib/test/
Dtest_smtplib.py689 def found_terminator(self): member in SimSMTPChannel
700 super().found_terminator()
1070 def found_terminator(self): member in SMTPSimTests.test_421_from_data_cmd.MySimSMTPChannel
1074 super().found_terminator()
Dtest_asynchat.py89 def found_terminator(self): member in echo_client
Dtest_poplib.py59 def found_terminator(self): member in DummyPOP3Handler
Dtest_ftplib.py101 def found_terminator(self): member in DummyFTPHandler
/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