Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ __del__
Method
__del__
python/pyarrow/orc.py:269–270 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
267
self.is_open = True
268
269
def
__del__(self):
270
self.close()
271
272
def
__enter__(self):
273
return
self
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected