Lines Matching refs:list
192 for a list of possible values.
266 for a list of possible values.
380 def writelines(self, list):
382 """ Writes the concatenated list of strings to the stream
385 self.write(''.join(list))
609 and return them as a list.
612 method and are included in the list entries.
723 def writelines(self, list):
725 return self.writer.writelines(list)
839 def writelines(self, list):
841 data = b''.join(list)