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

Class InputRejected

IPython/core/error.py:55–60  ·  view source on GitHub ↗

Input rejected by ast transformer. Raise this in your NodeTransformer to indicate that InteractiveShell should not execute the supplied input.

Source from the content-addressed store, hash-verified

53 """
54
55class InputRejected(Exception):
56 """Input rejected by ast transformer.
57
58 Raise this in your NodeTransformer to indicate that InteractiveShell should
59 not execute the supplied input.
60 """

Callers 2

visit_StrMethod · 0.90
visit_ConstantMethod · 0.90

Calls

no outgoing calls

Tested by 2

visit_StrMethod · 0.72
visit_ConstantMethod · 0.72