Lines Matching defs:close
87 def close(self):
90 io.BytesIO.close(self)
102 # bpo-36918: HTTPConnection destructor calls close() which calls
105 # "Exception ignored in". Override close() to silence this error.
106 def close(self):
133 def close(self):
159 f.close()
166 self.returned_obj.close()
172 "close", "info", "geturl", "getcode", "__iter__"):
201 # Test close() by calling it here and then having it be called again
203 self.returned_obj.close()
476 Connection: close
490 Connection: close
506 Connection: close
538 os.close(fd)
647 "close", "info", "geturl", "getcode", "__iter__"):
698 # does nothing about trying to close files that may still be open. It
699 # is the responsibility of the developer to properly close files even
709 FILE.close()
711 try: FILE.close()
738 newFile.close()
740 try: newFile.close()
768 FILE.close()
770 try: FILE.close()
839 Connection: close
862 Connection: close
1594 os.close(fd)