Closed
Description
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:
(f::Figure)(args...; kws...) = pycall(Py(f), PyAny, args...; kws...)
Could it be a typo?
Metadata
Metadata
Assignees
Labels
No labels