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

Function xincref

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

Source from the content-addressed store, hash-verified

19
20template <class T>
21inline T* xincref(T* p)
22{
23 Py_XINCREF(python::upcast<PyObject>(p));
24 return p;
25}
26
27template <class T>
28inline void decref(T* p)

Callers 6

manage_ptrFunction · 0.85
handleClass · 0.85
handleMethod · 0.85
operator()Method · 0.85
scopeMethod · 0.85
convertMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected