MCPcopy Create free account
hub / github.com/bpython/bpython / keypress

Method keypress

bpython/urwid.py:470–471  ·  view source on GitHub ↗
(self, size, key)

Source from the content-addressed store, hash-verified

468 return self.bottom_w.selectable()
469
470 def keypress(self, size, key):
471 return self.bottom_w.keypress(size, key)
472
473 def mouse_event(self, size, event, button, col, row, focus):
474 # TODO: pass to top widget if visible and inside it.

Callers 3

keypressMethod · 0.45
keypressMethod · 0.45
keypressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected