| 2751 | } |
| 2752 | |
| 2753 | SWIGINTERN void |
| 2754 | SwigPyStaticVar_dealloc(PyDescrObject *descr) { |
| 2755 | PyObject_GC_UnTrack(descr); |
| 2756 | Py_XDECREF(PyDescr_TYPE(descr)); |
| 2757 | Py_XDECREF(PyDescr_NAME(descr)); |
| 2758 | PyObject_GC_Del(descr); |
| 2759 | } |
| 2760 | |
| 2761 | SWIGINTERN PyObject * |
| 2762 | SwigPyStaticVar_repr(PyGetSetDescrObject *descr) { |
nothing calls this directly
no outgoing calls
no test coverage detected