Files
openide/python/testData/completion/superInit.py

9 lines
149 B
Python

class Matrix(object):
def __init__(self):
pass
class Vector3(Matrix):
def __init__(self):
super(Vector3, self).__in<caret>