Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
template <class T>
14
inline T* incref(T* p)
15
{
16
Py_INCREF(python::upcast<PyObject>(p));
17
return p;
18
}
19
20
template <class T>
21
inline T* xincref(T* p)
Callers
14
execute
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
object
Method · 0.85
object_base
Method · 0.85
manage_ptr
Function · 0.85
handle
Method · 0.85
postcall
Method · 0.85
operators.hpp
File · 0.85
operator()
Method · 0.85
scope
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected