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

Function inspect_error

IPython/core/ultratb.py:147–153  ·  view source on GitHub ↗

Print a message about internal inspect errors. These are unfortunately quite common.

()

Source from the content-addressed store, hash-verified

145
146# Utility functions
147def inspect_error():
148 """Print a message about internal inspect errors.
149
150 These are unfortunately quite common."""
151
152 error('Internal Python error in the inspect module.\n'
153 'Below is the traceback from this internal error.\n')
154
155
156# This function is a monkeypatch we apply to the Python inspect module. We have

Callers 1

get_recordsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected