Lines Matching refs:close
8 The open file pointer must have methods read(), seek(), and close().
31 close() -- close the instance (make it unusable)
35 The close() method is called automatically when the class instance
42 close().
60 close() -- patch up the file header and close the
69 close() to patch up the sizes in the header.
70 The close() method is called automatically when the class instance
99 _file -- the open file with methods read(), close(), and seek()
166 f.close()
170 self.close()
181 def close(self):
183 self._i_opened_the_file.close()
279 _file -- the open file with methods write(), close(), tell(), seek()
309 f.close()
325 self.close()
437 def close(self):
445 self._i_opened_the_file.close()