You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: