Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
template <class T>
34
inline void xdecref(T* p)
35
{
36
Py_XDECREF(python::upcast<PyObject>(p));
37
}
38
39
}} // namespace boost::python
40
Callers
4
handle
Class · 0.85
~handle
Method · 0.85
reset
Method · 0.85
~scope
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected