Comment on Pry: A better Ruby REPLparentComments−dpritchett15yWith IDLE a quick Ctrl-P will bring up the entire previous block input, including indents, all at once.−wewyor15yIndents are included with a simple up arrow with ipython, it also works if you are doing a backwards search (C-r), it just doesn't have the nice formatting you get when you first write the function.Idle is a bit easier to edit the function though.
Comments
With IDLE a quick Ctrl-P will bring up the entire previous block input, including indents, all at once.
Indents are included with a simple up arrow with ipython, it also works if you are doing a backwards search (C-r), it just doesn't have the nice formatting you get when you first write the function.
Idle is a bit easier to edit the function though.