Home
last modified time | relevance | path

Searched refs: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() function
124 : m_impl(new caller_py_function_impl<Caller>(caller)) in py_function()