We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Core
1 parent 57d143f commit 25b63e3Copy full SHA for 25b63e3
src/Compat/pycall.jl
@@ -10,7 +10,7 @@ function init_pycall(PyCall::Module)
10
- Set the environment variable `PYTHON` to `PythonCall.C.CTX.exe_path` and rebuild PyCall. This forces PyCall
11
to use the same interpreter as PythonCall, but needs to be repeated whenever you switch Julia environment.
12
"""
13
- @eval function Core.Py(x::$PyCall.PyObject)
+ @eval function Py(x::$PyCall.PyObject)
14
C.CTX.matches_pycall::Bool || error($errmsg)
15
return pynew(C.PyPtr($PyCall.pyreturn(x)))
16
end
0 commit comments