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! 🚀
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. I didn 't know that syntax and has just tried the simplest approach, my bad!
I like your version better than mine, it's closer to the Julia way of imports and therefore can be integrated into begin end clauses.
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! 🚀The text was updated successfully, but these errors were encountered: