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

Method post_cmd

IPython/lib/demo.py:516–518  ·  view source on GitHub ↗

Method called after executing each block.

(self)

Source from the content-addressed store, hash-verified

514 pass
515
516 def post_cmd(self):
517 """Method called after executing each block."""
518 pass
519
520 def highlight(self, block):
521 """Method called on each block to highlight it content"""

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected