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

Method post_cmd

IPython/lib/demo.py:515–517  ·  view source on GitHub ↗

Method called after executing each block.

(self)

Source from the content-addressed store, hash-verified

513 pass
514
515 def post_cmd(self):
516 """Method called after executing each block."""
517 pass
518
519 def highlight(self, block):
520 """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