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

Method back

IPython/lib/demo.py:372–374  ·  view source on GitHub ↗

Move the seek pointer back num blocks (default is 1).

(self,num=1)

Source from the content-addressed store, hash-verified

370 self.finished = False
371
372 def back(self,num=1):
373 """Move the seek pointer back num blocks (default is 1)."""
374 self.seek(self.block_index-num)
375
376 def jump(self,num=1):
377 """Jump a given number of blocks relative to the current one.

Callers 1

againMethod · 0.95

Calls 1

seekMethod · 0.95

Tested by

no test coverage detected