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

Method dumps

python/pyarrow/tests/test_fs.py:643–644  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

641 self.pickle_module = pickle_module
642
643 def dumps(self, obj):
644 return self.pickle_module.dumps(SubTreeFileSystem("/", obj))
645
646 def loads(self, data):
647 return self.pickle_module.loads(data).base_fs

Callers 15

construct_metadataFunction · 0.80
_level_nameFunction · 0.80
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 1

SubTreeFileSystemClass · 0.85

Tested by

no test coverage detected