MCPcopy Index your code
hub / github.com/ipython/ipython / again

Method again

IPython/lib/demo.py:382–385  ·  view source on GitHub ↗

Move the seek pointer back one block and re-execute.

(self)

Source from the content-addressed store, hash-verified

380 self.seek(self.block_index+num)
381
382 def again(self):
383 """Move the seek pointer back one block and re-execute."""
384 self.back(1)
385 self()
386
387 def edit(self,index=None):
388 """Edit a block.

Callers

nothing calls this directly

Calls 1

backMethod · 0.95

Tested by

no test coverage detected