| 2370 | /* Create a new packed object */ |
| 2371 | |
| 2372 | SWIGRUNTIMEINLINE PyObject * |
| 2373 | SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type) { |
| 2374 | return ptr ? SwigPyPacked_New((void *) ptr, sz, type) : SWIG_Py_Void(); |
| 2375 | } |
| 2376 | |
| 2377 | /* -----------------------------------------------------------------------------* |
| 2378 | * Get type list |
nothing calls this directly
no test coverage detected