| 2053 | } |
| 2054 | |
| 2055 | SWIGRUNTIMEINLINE int |
| 2056 | SwigPyPacked_Check(PyObject *op) { |
| 2057 | return ((op)->ob_type == SwigPyPacked_TypeOnce()) |
| 2058 | || (strcmp((op)->ob_type->tp_name,"SwigPyPacked") == 0); |
| 2059 | } |
| 2060 | |
| 2061 | SWIGRUNTIME void |
| 2062 | SwigPyPacked_dealloc(PyObject *v) |
no outgoing calls
no test coverage detected