mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
- add imports for types of arguments and return values - sort new imports by name GitOrigin-RevId: 861c4733b47a4b056582b359c62c9f1360814178
9 lines
76 B
Python
9 lines
76 B
Python
def f(a):
|
|
if a is 1:
|
|
body(a)
|
|
|
|
|
|
def body(a_new):
|
|
1
|
|
a_new
|