| 2769 | } |
| 2770 | |
| 2771 | SWIGINTERN int |
| 2772 | SwigPyStaticVar_traverse(PyObject *self, visitproc visit, void *arg) { |
| 2773 | PyDescrObject *descr; |
| 2774 | descr = (PyDescrObject *)self; |
| 2775 | Py_VISIT((PyObject*) PyDescr_TYPE(descr)); |
| 2776 | return 0; |
| 2777 | } |
| 2778 | |
| 2779 | SWIGINTERN PyObject * |
| 2780 | SwigPyStaticVar_get(PyGetSetDescrObject *descr, PyObject *obj, PyObject *SWIGUNUSEDPARM(type)) { |
nothing calls this directly
no outgoing calls
no test coverage detected