4#ifndef __multicontact_api_python_utils_printable_hpp__
5#define __multicontact_api_python_utils_printable_hpp__
12namespace bp = boost::python;
20 template <
class PyClass>
22 cl.def(bp::self_ns::str(bp::self_ns::self))
23 .def(bp::self_ns::repr(bp::self_ns::self));