| 2759 | } |
| 2760 | |
| 2761 | SWIGINTERN PyObject * |
| 2762 | SwigPyStaticVar_repr(PyGetSetDescrObject *descr) { |
| 2763 | #if PY_VERSION_HEX >= 0x03000000 |
| 2764 | |
| 2765 | return PyUnicode_FromFormat("<class attribute '%S' of type '%s'>", PyDescr_NAME(descr), PyDescr_TYPE(descr)->tp_name); |
| 2766 | #else |
| 2767 | return PyString_FromFormat("<class attribute '%s' of type '%s'>", PyString_AsString(PyDescr_NAME(descr)), PyDescr_TYPE(descr)->tp_name); |
| 2768 | #endif |
| 2769 | } |
| 2770 | |
| 2771 | SWIGINTERN int |
| 2772 | SwigPyStaticVar_traverse(PyObject *self, visitproc visit, void *arg) { |
nothing calls this directly
no outgoing calls
no test coverage detected