Home
last modified time | relevance | path

Searched defs:return_from_python (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/python/converter/
Dreturn_from_python.hpp88 struct return_from_python struct
95 struct return_from_python<void> struct
97 typedef python::detail::returnable<void>::type result_type;
99 result_type operator()(PyObject* x) const in operator ()()