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

Method PythonFile

python/pyarrow/src/arrow/python/io.cc:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45class PythonFile {
46 public:
47 explicit PythonFile(PyObject* file) : file_(file), checked_read_buffer_(false) {
48 Py_INCREF(file);
49 }
50
51 Status CheckClosed() const {
52 if (!file_) {

Callers 14

test_python_file_writeFunction · 0.80
test_python_file_readFunction · 0.80
test_python_file_read_atFunction · 0.80
test_python_file_readallFunction · 0.80
factoryFunction · 0.80

Calls

no outgoing calls

Tested by 14

test_python_file_writeFunction · 0.64
test_python_file_readFunction · 0.64
test_python_file_read_atFunction · 0.64
test_python_file_readallFunction · 0.64
factoryFunction · 0.64