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

Class TryNext

IPython/core/error.py:34–39  ·  view source on GitHub ↗

Try next hook exception. Raise this in your hook function to indicate that the next hook handler should be used to handle the operation.

Source from the content-addressed store, hash-verified

32
33
34class TryNext(IPythonCoreError):
35 """Try next hook exception.
36
37 Raise this in your hook function to indicate that the next hook handler
38 should be used to handle the operation.
39 """
40
41class UsageError(IPythonCoreError):
42 """Error in magic function arguments, etc.

Callers 6

__call__Method · 0.90
call_editorFunction · 0.90
win32_clipboard_getFunction · 0.90
tkinter_clipboard_getFunction · 0.90
editorFunction · 0.85
__call__Method · 0.85

Calls

no outgoing calls

Tested by 1

__call__Method · 0.72