Home
last modified time | relevance | path

Searched defs:_dispatch_command (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dreadline_ui.py78 def _dispatch_command(self, command): member in ReadlineUI
Dcurses_ui.py656 def _dispatch_command(self, command): member in CursesUI
/external/pigweed/pw_software_update/py/pw_software_update/
Dcli.py543 def _dispatch_command(args) -> None: function
/external/pigweed/pw_ide/py/pw_ide/
Dcli.py423 def _dispatch_command(func: Callable, **kwargs: Dict[str, Any]) -> int: function
/external/autotest/site_utils/stable_images/
Dstable_version.py416 def _dispatch_command(afe, arguments): function