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

Method pre_cmd

IPython/lib/demo.py:511–513  ·  view source on GitHub ↗

Method called before executing each block.

(self)

Source from the content-addressed store, hash-verified

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

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected