Lines Matching defs:close
59 The open file pointer must have methods read(), seek(), and close().
82 close() -- close the instance (make it unusable)
86 The close() method is called automatically when the class instance
93 close().
116 close() -- patch up the file header and close the
125 close() to patch up the sizes in the header.
127 close() after all frames have been written.
128 The close() method is called automatically when the class instance
281 # _file -- the open file with methods read(), close(), and seek()
360 file_object.close()
370 self.close()
382 def close(self):
386 file.close()
552 # _file -- the open file with methods write(), close(), tell(), seek()
585 file_object.close()
613 self.close()
619 self.close()
761 def close(self):
780 f.close()