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.
1 parent 682113b commit 2c90b52Copy full SHA for 2c90b52
src/jlwrap/module.jl
@@ -10,7 +10,7 @@ function pyjlmodule_dir(self::Module)
10
end
11
12
function pyjlmodule_seval(self::Module, expr::Py)
13
- Py(self.eval(Meta.parse(pyconvert(String, expr))))
+ Py(Base.eval(self, Meta.parse(pyconvert(String, expr))))
14
15
16
function init_jlwrap_module()
0 commit comments