MCPcopy 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_ptrFunction · 0.85
xincrefFunction · 0.85
increfFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected