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

Function SwigPyObject_long

src/MeCab/MeCab_wrap.cpp:1400–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1398#endif
1399
1400SWIGRUNTIME PyObject *
1401SwigPyObject_long(SwigPyObject *v)
1402{
1403 return PyLong_FromVoidPtr(v->ptr);
1404}
1405
1406SWIGRUNTIME PyObject *
1407SwigPyObject_format(const char* fmt, SwigPyObject *v)

Callers 1

SwigPyObject_formatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected