mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
10 lines
211 B
Python
10 lines
211 B
Python
from file_1 import *
|
|
|
|
def target_func():
|
|
def inner(*args):
|
|
return func1()
|
|
|
|
return inner(func1(func2(func3(func4, func5()), func6(), (((func7)))()), func8), func9, func10())
|
|
|
|
|
|
target_<caret>func() |