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
You can with a pure python function (def) in a pyx file but not in cdef function which are the only ones allowed in a pxd file. They are callable from C so they need a C compatible signature.
Is it possible to also allow named parameters? Currently it seems to fail.
The text was updated successfully, but these errors were encountered: