reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 1473   PyObject *klass = data ? data->klass : 0;
 1486     data->klass = obj;
 1487     Py_INCREF(data->klass);
 1497       data->newraw = PyObject_GetAttrString(data->klass, (char *)"__new__");
 1509     data->destroy = PyObject_GetAttrString(data->klass, (char *)"__swig_destroy__");
 2407         PyObject *klass = data->klass;