Home | History | Annotate | Download | only in python2.7

Lines Matching refs: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
162 self.close()
278 def close(self):
291 self.close()
399 def close(self):