(self)
| 83 | raise ValueError("Unsupported context: %s" % c) |
| 84 | |
| 85 | def _on_change(self) -> None: |
| 86 | signals.keybindings_change.send() |
| 87 | self.binding_for_help.cache_clear() |
| 88 | |
| 89 | def add(self, key: str, command: str, contexts: Sequence[str], help="") -> None: |
| 90 | """ |