JuliaPy / JuliaPy/PyCall.jl

Consecutive $$ interpolation fails

Open
#719 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
1.5k
Forks
186
PR merge metrics
No merged PRs in 30d

Description

A MWE:

```
julia> py"$$('1')$$('2')$$('3')"
3
```

Looks like only the final interpolation is accounted for. Separating the interpolations with spaces makes them work (which in this case leads to a Python Syntax error). I've checked Julia 1.2.0 / PyCall v1.91.1 and Julia 1.3.0-rc3.0 / v1.91.2.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.