MCPcopy Create free account
hub / github.com/apache/arrow / __del__

Method __del__

python/pyarrow/parquet/core.py:1141–1143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1139 self.is_open = True
1140
1141 def __del__(self):
1142 if getattr(self, 'is_open', False):
1143 self.close()
1144
1145 def __enter__(self):
1146 return self

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected