Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonExceptionState.cpp41 PyObject *py_type = nullptr; in Acquire() local
44 PyErr_Fetch(&py_type, &py_value, &py_traceback); in Acquire()
49 m_type.Reset(PyRefType::Owned, py_type); in Acquire()