Lines Matching refs:close
18 readlines(), fileno(), close() and info(). The read*(), fileno()
19 and close() methods work like those of open files.
153 self.close()
155 def close(self):
236 fp.close()
277 tfp.close()
279 fp.close()
349 if fp: fp.close()
379 """Default error handler: close the connection and raise IOError."""
380 fp.close()
441 if fp: fp.close()
540 v.close()
646 fp.close()
845 _noheaders.fp.close() # Recycle file descriptor
915 conn.close()
928 def close(self):
942 self.ftp.close()
967 def close(self):
972 if self.fp: self.fp.close()
976 """Class to add a close hook to an open file."""
983 def close(self):
988 addbase.close(self)
1510 internetSettings.Close()