Searched defs:_dispatch_command (Results 1 – 5 of 5) sorted by relevance
78 def _dispatch_command(self, command): member in ReadlineUI
656 def _dispatch_command(self, command): member in CursesUI
543 def _dispatch_command(args) -> None: function
423 def _dispatch_command(func: Callable, **kwargs: Dict[str, Any]) -> int: function
416 def _dispatch_command(afe, arguments): function