Lines Matching defs: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
133 def close(self):
219 _file -- the open file with methods read(), close(), and seek()
286 f.close()
290 self.close()
296 self.close()
308 def close(self):
313 file.close()
401 _file -- the open file with methods write(), close(), tell(), seek()
431 f.close()
447 self.close()
453 self.close()
562 def close(self):
574 file.close()