Files
openide/python/testData/hierarchy/call/Static/OverriddenMethod/file_1.py

9 lines
104 B
Python

class A(object):
def target_func(self, p):
pass
def another_func(self):
pass