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

/external/python/cpython2/Lib/
H A Dasynchat.py44 command will be accumulated (using your own 'collect_incoming_data'
62 the two methods collect_incoming_data() and found_terminator()"""
86 def collect_incoming_data(self, data): member in class:async_chat
125 # while calling self.collect_incoming_data. The while loop
134 self.collect_incoming_data (self.ac_in_buffer)
140 self.collect_incoming_data (self.ac_in_buffer)
144 self.collect_incoming_data (self.ac_in_buffer[:n])
162 self.collect_incoming_data (self.ac_in_buffer[:index])
172 self.collect_incoming_data (self.ac_in_buffer[:-index])
177 self.collect_incoming_data (sel
[all...]
H A Dsmtpd.py139 def collect_incoming_data(self, data): member in class:SMTPChannel
/external/python/cpython2/Lib/test/
H A Dtest_asynchat.py85 def collect_incoming_data(self, data): member in class:echo_client
H A Dtest_poplib.py41 def collect_incoming_data(self, data): member in class:DummyPOP3Handler
H A Dtest_ftplib.py71 def collect_incoming_data(self, data): member in class:DummyFTPHandler

Completed in 331 milliseconds