Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
template <class T>
21
inline T* xincref(T* p)
22
{
23
Py_XINCREF(python::upcast<PyObject>(p));
24
return p;
25
}
26
27
template <class T>
28
inline void decref(T* p)
Callers
6
manage_ptr
Function · 0.85
handle
Class · 0.85
handle
Method · 0.85
operator()
Method · 0.85
scope
Method · 0.85
convert
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected