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

Method __exit__

python/pyarrow/orc.py:275–276  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

273 return self
274
275 def __exit__(self, *args, **kwargs):
276 self.close()
277
278 def write(self, table):
279 """

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected