(self)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected