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

Function SwigPyClientData_Del

src/MeCab/MeCab_wrap.cpp:1363–1368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361}
1362
1363SWIGRUNTIME void
1364SwigPyClientData_Del(SwigPyClientData *data) {
1365 Py_XDECREF(data->newraw);
1366 Py_XDECREF(data->newargs);
1367 Py_XDECREF(data->destroy);
1368}
1369
1370/* =============== SwigPyObject =====================*/
1371

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected