MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / operator()

Method operator()

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

Source from the content-addressed store, hash-verified

369
370template <typename U>
371object api::object_operators<U>::operator()(detail::args_proxy const &args) const
372{
373 U const& self = *static_cast<U const*>(this);
374 PyObject *result = PyObject_Call(get_managed_object(self, boost::python::tag),
375 args.operator object().ptr(),
376 0);
377 return object(boost::python::detail::new_reference(result));
378
379}
380
381template <typename U>
382object api::object_operators<U>::operator()(detail::args_proxy const &args,

Callers

nothing calls this directly

Calls 4

get_managed_objectFunction · 0.70
objectClass · 0.70
ptrMethod · 0.45
objectMethod · 0.45

Tested by

no test coverage detected