Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp2251 *stringIO_module = nullptr, in ReadPythonBacktrace() local
2265 stringIO_module = PyImport_ImportModule("StringIO"); in ReadPythonBacktrace()
2267 …if (traceback_module && traceback_module != Py_None && stringIO_module && stringIO_module != Py_No… in ReadPythonBacktrace()
2269 stringIO_builder = PyObject_GetAttrString(stringIO_module, "StringIO"); in ReadPythonBacktrace()
2293 Py_XDECREF(stringIO_module); in ReadPythonBacktrace()