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

Function SwigPyBuiltin_BadInit

src/MeCab/MeCab_wrap.cpp:2664–2668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2662}
2663
2664SWIGINTERN int
2665SwigPyBuiltin_BadInit(PyObject *self, PyObject *SWIGUNUSEDPARM(args), PyObject *SWIGUNUSEDPARM(kwds)) {
2666 PyErr_Format(PyExc_TypeError, "Cannot create new instances of type '%.300s'", self->ob_type->tp_name);
2667 return -1;
2668}
2669
2670SWIGINTERN void
2671SwigPyBuiltin_BadDealloc(PyObject *obj) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected