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.
eval_import_path
1 parent 5eb5155 commit f18f392Copy full SHA for f18f392
base/module.jl
@@ -14,6 +14,7 @@ function eval_import_path(at::Module, from::Union{Module, Nothing}, path::Expr,
14
15
i::Int = 1
16
function next!()
17
+ local v
18
i <= length(path.args) || error("invalid module path")
19
v = path.args[i]
20
i += 1
0 commit comments