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

Function convert_result

include/win/boost/python/operators.hpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 // once the public interface for to_python is settled on.
31 template <class T>
32 PyObject* convert_result(T const& x)
33 {
34 return converter::arg_to_python<T>(x).release();
35 }
36
37 // Operator implementation template declarations. The nested apply
38 // declaration here keeps MSVC6 happy.

Callers 1

operators.hppFile · 0.85

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected