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

Class UnknownBackend

IPython/terminal/pt_inputhooks/__init__.py:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34class UnknownBackend(KeyError):
35 def __init__(self, name):
36 self.name = name
37
38 def __str__(self):
39 return ("No event loop integration for {!r}. "
40 "Supported event loops are: {}").format(self.name,
41 ', '.join(backends + sorted(registered)))
42
43
44def set_qt_api(gui):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…