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

Method loads

python/pyarrow/tests/test_fs.py:646–647  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

644 return self.pickle_module.dumps(SubTreeFileSystem("/", obj))
645
646 def loads(self, data):
647 return self.pickle_module.loads(data).base_fs
648
649
650@pytest.fixture(params=[True, False])

Callers 15

test_recordbatch_pickleFunction · 0.80
test_table_pickleFunction · 0.80
test_filesystem_picklingFunction · 0.80
test_gcs_optionsFunction · 0.80
test_s3_optionsFunction · 0.80
test_s3_proxy_optionsFunction · 0.80
test_azurefs_optionsFunction · 0.80
test_hdfs_optionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected