MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / xdecref

Function xdecref

include/win/boost/python/refcount.hpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33template <class T>
34inline void xdecref(T* p)
35{
36 Py_XDECREF(python::upcast<PyObject>(p));
37}
38
39}} // namespace boost::python
40

Callers 4

handleClass · 0.85
~handleMethod · 0.85
resetMethod · 0.85
~scopeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected