xref
: /
third_party
/
python
/
Lib
/
idlelib
/
idle_test
/
example_noext
(revision 7db96d56)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/idlelib/idle_test/
1
#!
usr
/
bin
/
env
python
2
3
def
example_function
(
some_argument
)
:
4
pass
5