OpenMS / pyopenms-docs

pyOpenMS readthedocs documentation, additional utilities, addons, scripts, and examples.
https://pyopenms.readthedocs.io
Other
43 stars 50 forks source link

Update wrap_classes.rst with newest changes in autowrap #303

Open jpfeuffer opened 1 year ago

jpfeuffer commented 1 year ago

I think parts of it are not up-to-date anymore. E.g. I think you should use const specifiers now. Especially on libcpp objects like lists, where you can skip the copy-back step if const. For normal wrapped classes it is just cleaner if the (advanced) user looks at the Cython signature.

timosachsenberg commented 1 year ago

todo add how to wrap static functions