MCPcopy Index your code
hub / github.com/ipython/ipython / UsageError

Class UsageError

IPython/core/error.py:41–46  ·  view source on GitHub ↗

Error in magic function arguments, etc. Something that probably won't warrant a full traceback, but should nevertheless interrupt a macro / batch file.

Source from the content-addressed store, hash-verified

39 """
40
41class UsageError(IPythonCoreError):
42 """Error in magic function arguments, etc.
43
44 Something that probably won't warrant a full traceback, but should
45 nevertheless interrupt a macro / batch file.
46 """
47
48class StdinNotImplementedError(IPythonCoreError, NotImplementedError):
49 """raw_input was requested in a context where it is not supported

Callers 15

rerun_pastedMethod · 0.90
pasteMethod · 0.90
run_line_magicMethod · 0.90
run_cell_magicMethod · 0.90
errorMethod · 0.90
configMethod · 0.90
_run_with_debuggerMethod · 0.90
timeMethod · 0.90
macroMethod · 0.90
saveMethod · 0.90
psourceMethod · 0.90
alias_magicMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…