Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonExceptionState.cpp130 auto stringIO_module = PythonModule::ImportModule("io"); in ReadBacktrace() local
132 auto stringIO_module = PythonModule::ImportModule("StringIO"); in ReadBacktrace() local
137 if (!traceback_module.IsAllocated() || !stringIO_module.IsAllocated()) in ReadBacktrace()
141 stringIO_module.ResolveName<PythonCallable>("StringIO"); in ReadBacktrace()