mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 17:45:48 +07:00
- add imports for types of arguments and return values - sort new imports by name GitOrigin-RevId: 861c4733b47a4b056582b359c62c9f1360814178
5 lines
105 B
Python
5 lines
105 B
Python
def f(a):
|
|
compiled = compile("x = 42", "<string>", "exec")
|
|
<selection>1
|
|
compiled</selection>
|