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

Function SwigPyObject_get___dict__

src/MeCab/MeCab_wrap.cpp:1386–1396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1384#ifdef SWIGPYTHON_BUILTIN
1385
1386SWIGRUNTIME PyObject *
1387SwigPyObject_get___dict__(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
1388{
1389 SwigPyObject *sobj = (SwigPyObject *)v;
1390
1391 if (!sobj->dict)
1392 sobj->dict = PyDict_New();
1393
1394 Py_INCREF(sobj->dict);
1395 return sobj->dict;
1396}
1397
1398#endif
1399

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected