mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
- add imports for types of arguments and return values - sort new imports by name GitOrigin-RevId: 861c4733b47a4b056582b359c62c9f1360814178
5 lines
81 B
Python
5 lines
81 B
Python
def f(a):
|
|
file = open("test.txt", "w")
|
|
<selection>1
|
|
file</selection>
|