Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1242 class TextPythonFile : public PythonIOFile { class
1247 TextPythonFile(int fd, const PythonFile &file, bool borrowed) in TextPythonFile() function in __anon7439c15d0611::TextPythonFile
1374 std::make_shared<TextPythonFile>(fd, *this, borrowed)); in ConvertToFileForcingUseOfScriptingIOMethods()