Open
Description
I don't understand, when in paste mode, how to tell ptpython that the definition of a function ended and should be executed.
You just run an empty line in ipython, but that doesn't seem to work on ptpython:
➜ ptpython
>>> print("hello")
hello
>>> def myf(ins):
... print(ins)
...
...
...
... <---- still waiting for user input
Metadata
Metadata
Assignees
Labels
No labels