Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp2554 *stringIO_module = NULL, in ReadPythonBacktrace() local
2568 stringIO_module = PyImport_ImportModule("StringIO"); in ReadPythonBacktrace()
2570 …if (traceback_module && traceback_module != Py_None && stringIO_module && stringIO_module != Py_No… in ReadPythonBacktrace()
2572 stringIO_builder = PyObject_GetAttrString(stringIO_module, "StringIO"); in ReadPythonBacktrace()
2596 Py_XDECREF(stringIO_module); in ReadPythonBacktrace()