Home
last modified time | relevance | path

Searched refs:_user_input_is_a_shell_command (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_console/py/pw_console/
H A Dpw_ptpython_repl.py91 def _user_input_is_a_shell_command(text: str) -> bool: function
406 if _user_input_is_a_shell_command(text):
456 if _user_input_is_a_shell_command(repl_input_text):