How do I provide doc string to the property like this: ... .add_property( "goo", make_function(...) ) While we are at it, how do I provide docstring and arg names to the operators: ... .def( self < self ) Gennadiy