MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / get_managed_object

Function get_managed_object

include/win/boost/python/handle.hpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227// return Py_None if the handle is null.
228template <class T>
229inline PyObject* get_managed_object(handle<T> const& h, tag_t)
230{
231 return h.get() ? python::upcast<PyObject>(h.get()) : Py_None;
232}
233
234}} // namespace boost::python
235

Callers 2

operator()Method · 0.70
object_call.hppFile · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected