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