xref
: /
aosp_15_r20
/
external
/
python
/
cpython3
/
Lib
/
idlelib
/
idle_test
/
example_noext
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!
usr
/
bin
/
env
python
2
3
def
example_function
(
some_argument
):
4
pass
5