Quick help for urwid-builtin keybindings (i.e. those keys that do not appear in the keymap)
| 21 | |
| 22 | @dataclass |
| 23 | class BasicKeyHelp: |
| 24 | """Quick help for urwid-builtin keybindings (i.e. those keys that do not appear in the keymap)""" |
| 25 | |
| 26 | key: str |
| 27 | |
| 28 | |
| 29 | HelpItems = dict[str, Union[str, BasicKeyHelp]] |
no outgoing calls
no test coverage detected
searching dependent graphs…