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

Method __str__

IPython/terminal/pt_inputhooks/__init__.py:29–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 self.name = name
28
29 def __str__(self):
30 return ("No event loop integration for {!r}. "
31 "Supported event loops are: {}").format(self.name,
32 ', '.join(backends + sorted(registered)))
33
34def get_inputhook_name_and_func(gui):
35 if gui in registered:

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected