Home
last modified time | relevance | path

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

/third_party/boost/boost/python/object/
Dpy_function.hpp30 struct caller_py_function_impl : py_function_impl_base struct
32 caller_py_function_impl(Caller const& caller) in caller_py_function_impl() argument
36 PyObject* operator()(PyObject* args, PyObject* kw) in operator ()()
41 virtual unsigned min_arity() const in min_arity()
46 virtual python::detail::py_func_sig_info signature() const in signature()
52 Caller m_caller;