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

Function SWIG_Python_newvarlink

src/MeCab/MeCab_wrap.cpp:9746–9753  ·  view source on GitHub ↗

Create a variable linking object for use later */

Source from the content-addressed store, hash-verified

9744
9745 /* Create a variable linking object for use later */
9746 SWIGINTERN PyObject *
9747 SWIG_Python_newvarlink(void) {
9748 swig_varlinkobject *result = PyObject_NEW(swig_varlinkobject, swig_varlink_type());
9749 if (result) {
9750 result->vars = 0;
9751 }
9752 return ((PyObject*) result);
9753 }
9754
9755 SWIGINTERN void
9756 SWIG_Python_addvarlink(PyObject *p, const char *name, PyObject *(*get_attr)(void), int (*set_attr)(PyObject *p)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected