Changes between Initial Version and Version 1 of Ticket #1180
- Timestamp:
- Jun 26, 2008, 8:58:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1180 – Description
initial v1 2 2 can boost.python add the type name of my_s::a as the default docstring? like the function's "C++ signature" docstring. 3 3 4 4 {{{ 5 #!cpp 5 6 struct my_s 6 7 { … … 35 36 s_class.DEF_READWRITE("a", &my_s::a);// replace all auto genarated def_readwrite to DEF_READWRITE. 36 37 } 37 38 }}}