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
In the C API, module-level functions get passed their registered module object as the self parameter. This is very nice to interact with other module level API.
Can we (optionally?) make the module reference available in pyfunctions too?