MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / wait_button

Method wait_button

pager/pagerctl.py:502–504  ·  view source on GitHub ↗

Wait for any button press (blocking).

(self)

Source from the content-addressed store, hash-verified

500
501 # Input
502 def wait_button(self):
503 """Wait for any button press (blocking)."""
504 return _lib.pager_wait_button()
505
506 def poll_input(self):
507 """Poll input state (non-blocking).

Callers 3

_edit_int_dialogMethod · 0.45
_edit_choice_dialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected