MCPcopy Index your code
hub / github.com/RustPython/RustPython / collect_keymap

Method collect_keymap

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

Source from the content-addressed store, hash-verified

318 self.last_refresh_cache.dimensions = (0, 0)
319
320 def collect_keymap(self) -> tuple[tuple[KeySpec, CommandName], ...]:
321 return default_keymap
322
323 def calc_screen(self) -> list[str]:
324 """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