MCPcopy 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

27namespace fs {
28
29PyFileSystem::PyFileSystem(PyObject* handler, PyFileSystemVtable vtable)
30 : handler_(handler), vtable_(std::move(vtable)) {
31 Py_INCREF(handler);
32}
33
34PyFileSystem::~PyFileSystem() {}
35

Calls

no outgoing calls