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
Currently partial imports, e.g. @py from os.path import join as py_join are not supported.
I propose to add an additional method to @py that supports this kind of statements.
I'll submit a PR, which you might consider if you like that feature.
BTW, just recently stumbled across PythonCall in the discourse announcements. I think it is a really cool package! 🚀