| 3484 | } |
| 3485 | |
| 3486 | ~SwigPtr_PyObject() |
| 3487 | { |
| 3488 | SWIG_PYTHON_THREAD_BEGIN_BLOCK; |
| 3489 | Py_XDECREF(_obj); |
| 3490 | SWIG_PYTHON_THREAD_END_BLOCK; |
| 3491 | } |
| 3492 | |
| 3493 | operator PyObject *() const |
| 3494 | { |
nothing calls this directly
no outgoing calls
no test coverage detected