Files
cpython/Lib/idlelib/idle_test/example_noext
T
50cf4991c4 bpo-45447: Add syntax highlighting for .pyi files in IDLE (GH-28950)
Also add .pyi to the python extensions in the "File-open" and "File-save" dialogues.
Add util.py to contain objects that are used in multiple idlelib modules
and have no dependencies on any of them.

Co-authored-by: E-Paine <[email protected]>
Co-authored-by: Terry Jan Reedy <[email protected]>
2022-02-12 19:04:48 -05:00

5 lines
68 B
Python

#!usr/bin/env python
def example_function(some_argument):
pass