mirror of
https://github.com/python/cpython.git
synced 2026-08-03 07:35:55 -04:00
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]>
5 lines
68 B
Python
5 lines
68 B
Python
#!usr/bin/env python
|
|
|
|
def example_function(some_argument):
|
|
pass
|