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
That's a good idea. I like the implementation, it's quite generic. However, wouldn't be the goal of having a class for builtins to expose a fixed list of builtins? (e.g., save, load, ...), so that these functions have a nice signature and description, and users know they can use them?
Should we expose a slightly nicer way of calling non-spm functions?
I've been using this in some of my code:
And, related, I use this helper to save variables in a mat file:
which we could implement somewhere in
__wrapper__
, since it's quite commonly used. Or maybe I should just use?
The text was updated successfully, but these errors were encountered: