MCPcopy Index your code
hub / github.com/bpython/bpython / __init__

Method __init__

bpython/urwid.py:141–143  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

139 signals = urwid.Edit.signals + ["prompt_enter"]
140
141 def __init__(self, *args, **kwargs):
142 self.single = False
143 super().__init__(*args, **kwargs)
144
145 def keypress(self, size, key):
146 if self.single:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected