MCPcopy Create free account
hub / github.com/chokkan/crfsuite / SwigVar_PyObject

Class SwigVar_PyObject

swig/python/export_wrap.cpp:3540–3549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3538
3539namespace swig {
3540 struct SwigVar_PyObject : SwigPtr_PyObject {
3541 SwigVar_PyObject(PyObject* obj = 0) : SwigPtr_PyObject(obj, false) { }
3542
3543 SwigVar_PyObject & operator = (PyObject* obj)
3544 {
3545 Py_XDECREF(_obj);
3546 _obj = obj;
3547 return *this;
3548 }
3549 };
3550}
3551
3552

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected