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

Method get

include/win/boost/python/object_core.hpp:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 struct object_initializer_impl
281 {
282 static PyObject*
283 get(object const& x, mpl::true_)
284 {
285 return python::incref(x.ptr());
286 }
287
288 template <class T>
289 static PyObject*

Callers

nothing calls this directly

Calls 2

increfFunction · 0.85
ptrMethod · 0.45

Tested by

no test coverage detected