| 2662 | } |
| 2663 | |
| 2664 | SWIGINTERN int |
| 2665 | SwigPyBuiltin_BadInit(PyObject *self, PyObject *SWIGUNUSEDPARM(args), PyObject *SWIGUNUSEDPARM(kwds)) { |
| 2666 | PyErr_Format(PyExc_TypeError, "Cannot create new instances of type '%.300s'", self->ob_type->tp_name); |
| 2667 | return -1; |
| 2668 | } |
| 2669 | |
| 2670 | SWIGINTERN void |
| 2671 | SwigPyBuiltin_BadDealloc(PyObject *obj) { |
nothing calls this directly
no outgoing calls
no test coverage detected