MCPcopy 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
223def disabled_gc():
224 gc.disable()
225 try:
226 yield
227 finally:
228 gc.enable()
229
230
231def _filesystem_uri(path):

Callers 1

test_signal_refcycleFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_signal_refcycleFunction · 0.72