Lines Matching defs:close
750 def __init__(self, file, pos, close, lock, writing):
753 self._close = close
782 def close(self):
805 def close(self):
806 self.fp.close()
1067 def close(self):
1070 self._fileobj.close()
1072 super().close()
1175 def close(self):
1179 super().close()
1223 """ Class with methods to open, read, write, close, list zip files.
1348 self.close()
1621 zef_file.close()
1886 """Call the "close()" method in case the user forgot."""
1887 self.close()
1889 def close(self):
1896 raise ValueError("Can't close the ZIP file while there is "
2009 fp.close()