Lines Matching refs: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
260 # _file -- the open file with methods read(), close(), and seek()
359 def close(self):
363 self._file.close()
538 # _file -- the open file with methods write(), close(), tell(), seek()
596 self.close()
734 def close(self):
756 f.close()
973 g.close()
974 f.close()