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

Function SwigPyObject_acquire

swig/python/export_wrap.cpp:1766–1772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1764SwigPyObject_acquire(PyObject *v)
1765#else
1766SwigPyObject_acquire(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1767#endif
1768{
1769 SwigPyObject *sobj = (SwigPyObject *)v;
1770 sobj->own = SWIG_POINTER_OWN;
1771 return SWIG_Py_Void();
1772}
1773
1774SWIGINTERN PyObject*
1775SwigPyObject_own(PyObject *v, PyObject *args)

Callers 1

export_wrap.cppFile · 0.85

Calls 1

SWIG_Py_VoidFunction · 0.85

Tested by

no test coverage detected