32 #include <boost/python.hpp> 33 #include <boost/python/raw_function.hpp> 34 #include <boost/python/detail/api_placeholder.hpp> 36 namespace boost {
namespace python {
44 : f(make_constructor(f)) {}
48 borrowed_reference_t* ra = borrowed_reference(args);
54 ,
object(a.slice(1, len(a)))
55 , keywords ? dict(borrowed_reference(keywords)) : dict()
70 return detail::make_raw_function(
73 , mpl::vector2<void, object>()
75 , (std::numeric_limits<unsigned>::max)()
Definition: std_map_indexing_suite.hpp:20
object raw_constructor(F f, std::size_t min_args=0)
Definition: raw_constructor.hpp:68
object f
Definition: raw_constructor.hpp:62
raw_constructor_dispatcher(F f)
Definition: raw_constructor.hpp:43
PyObject * operator()(PyObject *args, PyObject *keywords)
Definition: raw_constructor.hpp:46
Definition: raw_constructor.hpp:41