MCPcopy Index your code
hub / github.com/prompt-toolkit/ptpython / enter_history

Function enter_history

src/ptpython/layout.py:354–355  ·  view source on GitHub ↗
(mouse_event: MouseEvent)

Source from the content-addressed store, hash-verified

352
353 @if_mousedown
354 def enter_history(mouse_event: MouseEvent) -> None:
355 python_input.enter_history()
356
357 def get_text_fragments() -> StyleAndTextTuples:
358 python_buffer = python_input.default_buffer

Callers

nothing calls this directly

Calls 1

enter_historyMethod · 0.80

Tested by

no test coverage detected