| 1837 | } |
| 1838 | |
| 1839 | SWIGRUNTIMEINLINE int |
| 1840 | SwigPyPacked_Check(PyObject *op) { |
| 1841 | return ((op)->ob_type == SwigPyPacked_TypeOnce()) |
| 1842 | || (strcmp((op)->ob_type->tp_name,"SwigPyPacked") == 0); |
| 1843 | } |
| 1844 | |
| 1845 | SWIGRUNTIME void |
| 1846 | SwigPyPacked_dealloc(PyObject *v) |
no outgoing calls
no test coverage detected