MCPcopy Create free account
hub / github.com/chokkan/crfsuite / SWIG_Python_NewPackedObj

Function SWIG_Python_NewPackedObj

swig/python/export_wrap.cpp:2611–2614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2609/* Create a new packed object */
2610
2611SWIGRUNTIMEINLINE PyObject *
2612SWIG_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

Callers

nothing calls this directly

Calls 2

SwigPyPacked_NewFunction · 0.85
SWIG_Py_VoidFunction · 0.85

Tested by

no test coverage detected