Closed
Description
So, apparently this fails:
a = 1
debug(
a,
a,
a,
a,
)
yielding
<ipython-input-540-3818b4c07d3a>:2 <module> (error passing code, SyntaxError: unexpected EOF while parsing (<ipython-input-540-3818b4c07d3a>, line 2))
1 (int)
1 (int)
1 (int)
1 (int)
However if you join any two of the four lines inside parentheses, it then works just fine.
Metadata
Metadata
Assignees
Labels
No labels