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

Method operator()

include/win/boost/python/to_python_value.hpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146{
147 template <class T>
148 inline PyObject* registry_to_python_value<T>::operator()(argument_type x) const
149 {
150 return converter::registered<argument_type>::converters.to_python(&x);
151 }
152
153 template <class T>
154 inline PyObject* object_manager_to_python_value<T>::operator()(argument_type x) const

Callers

nothing calls this directly

Calls 4

xincrefFunction · 0.85
shared_ptr_to_pythonFunction · 0.85
to_pythonMethod · 0.80
get_managed_objectFunction · 0.70

Tested by

no test coverage detected