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

Method get_object

include/win/boost/python/converter/arg_to_python.hpp:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219
220 template <class T>
221 inline PyObject* reference_arg_to_python<T>::get_object(T& x)
222 {
223 to_python_indirect<T&,python::detail::make_reference_holder> convert;
224 return convert(x);
225 }
226
227 template <class T>
228 inline reference_arg_to_python<T>::reference_arg_to_python(T& x)

Callers 15

blockchain_get_slateMethod · 0.80
read_keysFunction · 0.80
wallet_get_infoMethod · 0.80
get_delegate_slateMethod · 0.80
publish_slateMethod · 0.80
publish_versionMethod · 0.80
pretty_delegate_listFunction · 0.80
from_variantFunction · 0.80
WithdrawTypes.cppFile · 0.80
Operations.cppFile · 0.80

Calls 1

convertFunction · 0.50

Tested by

no test coverage detected