-
Notifications
You must be signed in to change notification settings - Fork 10
Is PyAny
defined in PythonCall.jl?
#19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this is leftover from the PyPlot/PyCall conversion. I'm actually not sure why we have this method at all. Are Matplotlib figure objects callable? |
Hmm, it stems from JuliaPy/PyPlot.jl@62ff118 … |
Comes from this post on julia-users. Looks like |
Nope, it's not callable. I get:
so I should probably just delete this method. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, when I was reading your code, I found this line includes type
PyAny
, which seems to be defined only in PyCall, but not PythonCall:Could it be a typo?
The text was updated successfully, but these errors were encountered: