Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ disabled_gc
Function
disabled_gc
python/pyarrow/tests/util.py:223–228 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
221
222
@contextlib.contextmanager
223
def
disabled_gc():
224
gc.disable()
225
try
:
226
yield
227
finally:
228
gc.enable()
229
230
231
def
_filesystem_uri(path):
Callers
1
test_signal_refcycle
Function · 0.90
Calls
no outgoing calls
Tested by
1
test_signal_refcycle
Function · 0.72