Home
last modified time | relevance | path

Searched refs:full_py_function_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/python/object/
Dpy_function.hpp84 struct full_py_function_impl : py_function_impl_base struct
86 full_py_function_impl(Caller const& caller, unsigned min_arity, unsigned max_arity) in full_py_function_impl() argument
134 : m_impl(new full_py_function_impl<Caller, Sig>(caller, min_arity, max_arity)) in py_function()