Julia variable assignment in `@pywith`
Aperta
- Lingua principale
- Julia
- Stelle
- 1.5k
- Fork
- 186
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Is it (or should it) be possible to assign values to Julia variables within an `@pywith` block? For example,
```julia
julia> @pywith pybuiltin("open")("Manifest.toml", "r") as f begin
manifest = f.readlines()
end
julia> manifest
ERROR: UndefVarError: manifest not defined
```
Thanks!
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.