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

Method __exit__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected