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

Method prompt_count

IPython/core/displayhook.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60
61 @property
62 def prompt_count(self):
63 return self.shell.execution_count
64
65 #-------------------------------------------------------------------------
66 # Methods used in __call__. Override these methods to modify the behavior

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected