MCPcopy Create free account
hub / github.com/apache/arrow / loader

Function loader

dev/archery/conftest.py:66–68  ·  view source on GitHub ↗
(name, decoder=decoder)

Source from the content-addressed store, hash-verified

64 return fp.read()
65
66 def loader(name, decoder=decoder):
67 path = current_test_directory / 'fixtures' / name
68 return decoder(path)
69
70 return loader

Callers

nothing calls this directly

Calls 1

decoderFunction · 0.85

Tested by

no test coverage detected