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

Method __init__

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

Source from the content-addressed store, hash-verified

307 signals = ["edit-pos-changed"]
308
309 def __init__(self, config, *args, **kwargs):
310 self._bpy_text = ""
311 self._bpy_attr = []
312 self._bpy_selectable = True
313 self._bpy_may_move_cursor = False
314 self.config = config
315 self.tab_length = config.tab_length
316 super().__init__(*args, **kwargs)
317
318 def set_edit_pos(self, pos):
319 super().set_edit_pos(pos)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected