xref: /aosp_15_r20/external/pigweed/pw_web/repl.rst (revision 61c4878ac05f98d0ceed94b57d316916de578985)
1.. _module-pw_web-python-shell:
2
3============
4Python shell
5============
6The Python shell is a repl (read eval print loop) component, that can interact
7with your devices and the log viewer.
8
9------------------------
10Input keyboard shortcuts
11------------------------
12-  Type code and hit :kbd:`Enter` to run.
13-  :kbd:`Shift+Enter` to create mult-line commands.
14-  :kbd:`Up` / :kbd:`Down` Navigate command history.
15