Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ PyFileSystem
Method
PyFileSystem
python/pyarrow/src/arrow/python/filesystem.cc:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
namespace fs {
28
29
PyFileSystem::PyFileSystem(PyObject* handler, PyFileSystemVtable vtable)
30
: handler_(handler), vtable_(std::move(vtable)) {
31
Py_INCREF(handler);
32
}
33
34
PyFileSystem::~PyFileSystem() {}
35
Callers
3
test_file_format_inspect_fsspec
Function · 0.80
test_parquet_dataset_factory_fsspec
Function · 0.80
test_write_dataset_with_backpressure
Function · 0.80
Calls
no outgoing calls
Tested by
3
test_file_format_inspect_fsspec
Function · 0.64
test_parquet_dataset_factory_fsspec
Function · 0.64
test_write_dataset_with_backpressure
Function · 0.64