SyntaxFix
Write A Post
Hire A Developer
Questions
class MySubClass(MySuperClass): def __init__(self): MySuperClass.__init__(self) # <the rest of your custom initialization code goes here>
The section on inheritance in the python documentation explains it in more detail