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

Method pre_cmd

IPython/lib/demo.py:512–514  ·  view source on GitHub ↗

Method called before executing each block.

(self)

Source from the content-addressed store, hash-verified

510 return marquee(txt,width,mark)
511
512 def pre_cmd(self):
513 """Method called before executing each block."""
514 pass
515
516 def post_cmd(self):
517 """Method called after executing each block."""

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected