mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
by inserting a new function in the containing host file, not inside the fragment itself. Also I fixed issues with keeping hard references to PSI elements and usage of deprecated TemplateBuilder's API.
7 lines
94 B
Python
7 lines
94 B
Python
def my_function():
|
|
pass
|
|
|
|
|
|
class C:
|
|
def method(self):
|
|
print(f'{my_function()}') |