Home | History | Annotate | Download | only in python2.7

Lines Matching refs:collect_incoming_data

44 command will be accumulated (using your own 'collect_incoming_data'
57 the two methods collect_incoming_data() and found_terminator()"""
81 def collect_incoming_data(self, data):
118 # while calling self.collect_incoming_data. The while loop
127 self.collect_incoming_data (self.ac_in_buffer)
133 self.collect_incoming_data (self.ac_in_buffer)
137 self.collect_incoming_data (self.ac_in_buffer[:n])
155 self.collect_incoming_data (self.ac_in_buffer[:index])
165 self.collect_incoming_data (self.ac_in_buffer[:-index])
170 self.collect_incoming_data (self.ac_in_buffer)