| 2609 | /* Create a new packed object */ |
| 2610 | |
| 2611 | SWIGRUNTIMEINLINE PyObject * |
| 2612 | SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type) { |
| 2613 | return ptr ? SwigPyPacked_New((void *) ptr, sz, type) : SWIG_Py_Void(); |
| 2614 | } |
| 2615 | |
| 2616 | /* -----------------------------------------------------------------------------* |
| 2617 | * Get type list |
nothing calls this directly
no test coverage detected