Home
last modified time | relevance | path

Searched refs:pythonio (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1406 if (auto *pythonio = llvm::dyn_cast<PythonIOFile>(&file)) in FromFile() local
1407 return Retain<PythonFile>(pythonio->GetPythonObject()); in FromFile()