Searched defs:caller_py_function_impl (Results 1 – 1 of 1) sorted by relevance
30 struct caller_py_function_impl : py_function_impl_base struct32 caller_py_function_impl(Caller const& caller) in caller_py_function_impl() argument36 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;