Searched refs:list_to_python (Results 1 – 4 of 4) sorted by relevance
15 boost::python::list list_to_python(const std::list<T>& value) { in list_to_python() function34 .def("to_python", &list_to_python<int>); in BOOST_PYTHON_MODULE()
110 PyObject * list_to_python( LIST * );
443 PyObject * list_to_python( LIST * l ) in list_to_python() function
5182 value = list_to_python( l ); in argument_list_to_python()5277 PyTuple_SetItem( arguments, i, list_to_python( lol_get( frame->args, in call_python_function()