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

Function SwigPyObject_oct

src/MeCab/MeCab_wrap.cpp:1428–1432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1426}
1427
1428SWIGRUNTIME PyObject *
1429SwigPyObject_oct(SwigPyObject *v)
1430{
1431 return SwigPyObject_format("%o",v);
1432}
1433
1434SWIGRUNTIME PyObject *
1435SwigPyObject_hex(SwigPyObject *v)

Callers

nothing calls this directly

Calls 1

SwigPyObject_formatFunction · 0.85

Tested by

no test coverage detected