mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
- add imports for types of arguments and return values - sort new imports by name GitOrigin-RevId: 861c4733b47a4b056582b359c62c9f1360814178
9 lines
131 B
Python
9 lines
131 B
Python
def f(a):
|
|
compiled = compile("x = 42", "<string>", "exec")
|
|
body(compiled)
|
|
|
|
|
|
def body(compiled_new):
|
|
1
|
|
compiled_new
|