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

Class SwigVar_PyObject

src/MeCab/MeCab_wrap.cpp:3507–3516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3505
3506namespace swig {
3507 struct SwigVar_PyObject : SwigPtr_PyObject {
3508 SwigVar_PyObject(PyObject* obj = 0) : SwigPtr_PyObject(obj, false) { }
3509
3510 SwigVar_PyObject & operator = (PyObject* obj)
3511 {
3512 Py_XDECREF(_obj);
3513 _obj = obj;
3514 return *this;
3515 }
3516 };
3517}
3518
3519

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected