Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ get_pointer
Function
get_pointer
include/win/boost/python/handle.hpp:139–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
#endif
138
139
template<class T> inline T * get_pointer(python::handle<T> const & p)
140
{
141
return p.get();
142
}
143
144
#ifdef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
145
namespace python {
Callers
8
operator()
Function · 0.50
operator()
Method · 0.50
operator()
Method · 0.50
operator()
Method · 0.50
operator()
Method · 0.50
operator()
Method · 0.50
release
Method · 0.50
replace
Method · 0.50
Calls
1
get
Method · 0.45
Tested by
no test coverage detected