Lines Matching defs:close
41 The open file pointer must have methods read(), seek(), and close().
64 close() -- close the instance (make it unusable)
68 The close() method is called automatically when the class instance
75 close().
92 close() -- patch up the file header and close the
101 close() to patch up the sizes in the header.
102 The close() method is called automatically when the class instance
173 self.close()
179 self.close()
305 def close(self):
310 file.close()
325 self.close()
332 self.close()
444 def close(self):
456 file.close()