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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 1509     data->destroy = PyObject_GetAttrString(data->klass, (char *)"__swig_destroy__");
 1512       data->destroy = 0;
 1514     if (data->destroy) {
 1516       Py_INCREF(data->destroy);
 1517       flags = PyCFunction_GET_FLAGS(data->destroy);
 1536   Py_XDECREF(data->destroy);
 1703     PyObject *destroy = data ? data->destroy : 0;