MCPcopy Create free account
hub / github.com/ipython/ipython / again

Method again

IPython/lib/demo.py:381–384  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

backMethod · 0.95

Tested by

no test coverage detected