[C++-sig] docstring for property?

Gennadiy Rozental rogeeff at gmail.com
Fri Mar 19 20:50:44 CET 2010


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



More information about the Cplusplus-sig mailing list