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

Method success

IPython/core/interactiveshell.py:323–324  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

321
322 @property
323 def success(self):
324 return (self.error_before_exec is None) and (self.error_in_exec is None)
325
326 def raise_error(self):
327 """Reraises error if `success` is `False`, otherwise does nothing"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected