Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ handle
Method
handle
include/win/boost/python/handle.hpp:74–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
template <class Y>
74
explicit handle(Y* p)
75
: m_p(
76
python::upcast<T>(
77
detail::manage_ptr(p, 0)
78
)
79
)
80
{
81
}
82
83
handle& operator=(handle const& r)
84
{
Callers
nothing calls this directly
Calls
4
manage_ptr
Function · 0.85
xincref
Function · 0.85
incref
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected