Searched refs:stringIO_module (Results 1 – 1 of 1) sorted by relevance
130 auto stringIO_module = PythonModule::ImportModule("io"); in ReadBacktrace() local132 auto stringIO_module = PythonModule::ImportModule("StringIO"); in ReadBacktrace() local137 if (!traceback_module.IsAllocated() || !stringIO_module.IsAllocated()) in ReadBacktrace()141 stringIO_module.ResolveName<PythonCallable>("StringIO"); in ReadBacktrace()