summaryrefslogtreecommitdiff
path: root/python/testData/hierarchy/call/Static/ArgumentList/file_1.py
blob: ea497204d2caf28d09aec0eb8afdee5ef86060e5 (plain)
1
2
3
4
5
6
7
8
def target_func():
    pass

def func1(f):
    f()

def func2(f):
    return f