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
Hi!
I would like to know if it is correct that all the outputs of python functions have julia type Py.
Is it possible to specify more the type in such a way to use multiple dispatch depending on the python type?
If not, which is the correct way to assign a specific julia type instead of Py?
For example, I am referring to this python class.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi!
I would like to know if it is correct that all the outputs of python functions have julia type
Py
.Is it possible to specify more the type in such a way to use multiple dispatch depending on the python type?
If not, which is the correct way to assign a specific julia type instead of
Py
?For example, I am referring to this python class.
Thank you.
The text was updated successfully, but these errors were encountered: