Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dasynchat.py89 def collect_incoming_data(self, data): member in async_chat
146 self.collect_incoming_data(self.ac_in_buffer)
152 self.collect_incoming_data(self.ac_in_buffer)
156 self.collect_incoming_data(self.ac_in_buffer[:n])
175 self.collect_incoming_data(self.ac_in_buffer[:index])
186 self.collect_incoming_data(self.ac_in_buffer[:-index])
191 self.collect_incoming_data(self.ac_in_buffer)
Dsmtpd.py327 def collect_incoming_data(self, data): member in SMTPChannel
/third_party/python/Doc/library/
Dasynchat.rst26 subclass, providing implementations of the :meth:`collect_incoming_data` and
39 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
77 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
88 .. method:: async_chat.collect_incoming_data(data)
192 def collect_incoming_data(self, data):
/third_party/python/Lib/test/
Dtest_asynchat.py90 def collect_incoming_data(self, data): member in echo_client
Dtest_poplib.py64 def collect_incoming_data(self, data): member in DummyPOP3Handler
Dtest_ftplib.py117 def collect_incoming_data(self, data): member in DummyFTPHandler