Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ __exit__
Method
__exit__
python/pyarrow/parquet/core.py:346–347 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
344
return
self
345
346
def
__exit__(self, *args, **kwargs):
347
self.close()
348
349
def
_build_nested_paths(self):
350
paths = self.reader.column_paths
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected