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

Method __init__

IPython/terminal/pt_inputhooks/__init__.py:26–27  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

24
25class UnknownBackend(KeyError):
26 def __init__(self, name):
27 self.name = name
28
29 def __str__(self):
30 return ("No event loop integration for {!r}. "

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected