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

Function incref

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

Source from the content-addressed store, hash-verified

12
13template <class T>
14inline T* incref(T* p)
15{
16 Py_INCREF(python::upcast<PyObject>(p));
17 return p;
18}
19
20template <class T>
21inline T* xincref(T* p)

Callers 14

executeMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
objectMethod · 0.85
object_baseMethod · 0.85
manage_ptrFunction · 0.85
handleMethod · 0.85
postcallMethod · 0.85
operators.hppFile · 0.85
operator()Method · 0.85
scopeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected