MCPcopy Create free account
hub / github.com/SamuraiT/mecab-python3 / SWIG_Python_NewPackedObj

Function SWIG_Python_NewPackedObj

src/MeCab/MeCab_wrap.cpp:2372–2375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2370/* Create a new packed object */
2371
2372SWIGRUNTIMEINLINE PyObject *
2373SWIG_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

Callers

nothing calls this directly

Calls 2

SwigPyPacked_NewFunction · 0.85
SWIG_Py_VoidFunction · 0.85

Tested by

no test coverage detected