Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1280 class TextPythonFile : public PythonIOFile { class
1285 TextPythonFile(int fd, const PythonFile &file, bool borrowed) in TextPythonFile() function in __anonf6ea90a30611::TextPythonFile
1412 std::make_shared<TextPythonFile>(fd, *this, borrowed)); in ConvertToFileForcingUseOfScriptingIOMethods()