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

Method __exit__

python/pyarrow/parquet/core.py:1148–1151  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1146 return self
1147
1148 def __exit__(self, *args, **kwargs):
1149 self.close()
1150 # return false since we want to propagate exceptions
1151 return False
1152
1153 def write(self, table_or_batch, row_group_size=None):
1154 """

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected