MCPcopy Index your code
hub / github.com/python/cpython / collect_keymap

Method collect_keymap

Lib/_pyrepl/reader.py:283–284  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

281 self.last_refresh_cache.dimensions = (0, 0)
282
283 def collect_keymap(self) -> tuple[tuple[KeySpec, CommandName], ...]:
284 return default_keymap
285
286 def calc_screen(self) -> list[str]:
287 """Translate changes in self.buffer into changes in self.console.screen."""

Callers 1

__post_init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected