| 2668 | } |
| 2669 | |
| 2670 | SWIGINTERN void |
| 2671 | SwigPyBuiltin_BadDealloc(PyObject *obj) { |
| 2672 | SwigPyObject *sobj = (SwigPyObject *)obj; |
| 2673 | if (sobj->own) { |
| 2674 | PyErr_Format(PyExc_TypeError, "Swig detected a memory leak in type '%.300s': no callable destructor found.", obj->ob_type->tp_name); |
| 2675 | } |
| 2676 | } |
| 2677 | |
| 2678 | typedef struct { |
| 2679 | PyCFunction get; |
nothing calls this directly
no outgoing calls
no test coverage detected