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

Method DeleteRootDirContents

python/pyarrow/src/arrow/python/filesystem.cc:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122Status PyFileSystem::DeleteRootDirContents() {
123 return SafeCallIntoPython([&]() -> Status {
124 vtable_.delete_root_dir_contents(handler_.obj());
125 return CheckPyError();
126 });
127}
128
129Status PyFileSystem::DeleteFile(const std::string& path) {
130 return SafeCallIntoPython([&]() -> Status {

Callers

nothing calls this directly

Calls 3

SafeCallIntoPythonFunction · 0.85
CheckPyErrorFunction · 0.85

Tested by

no test coverage detected