Searched refs:pythonio (Results 1 – 1 of 1) sorted by relevance
1399 if (auto *pythonio = llvm::dyn_cast<PythonIOFile>(&file)) in FromFile() local1400 return Retain<PythonFile>(pythonio->GetPythonObject()); in FromFile()