Home
last modified time | relevance | path

Searched refs:collect_incoming_data (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/
H A Dasynchat.py44 command will be accumulated (using your own 'collect_incoming_data'
61 the two methods collect_incoming_data() and found_terminator()"""
88 def collect_incoming_data(self, data): member in async_chat
136 # while calling self.collect_incoming_data. The while loop
145 self.collect_incoming_data(self.ac_in_buffer)
151 self.collect_incoming_data(self.ac_in_buffer)
155 self.collect_incoming_data(self.ac_in_buffer[:n])
174 self.collect_incoming_data(self.ac_in_buffer[:index])
185 self.collect_incoming_data(self.ac_in_buffer[:-index])
190 self.collect_incoming_data(sel
[all...]
H A Dsmtpd.py319 def collect_incoming_data(self, data): member in SMTPChannel
/third_party/python/Lib/test/
H A Dtest_asynchat.py91 def collect_incoming_data(self, data): member in echo_client
H A Dtest_poplib.py66 def collect_incoming_data(self, data): member in DummyPOP3Handler
H A Dtest_ftplib.py124 def collect_incoming_data(self, data): member in DummyFTPHandler

Completed in 5 milliseconds