El jueves, 9 de junio de 2016, 10:41:00 (UTC+2), Marcus Ottosson escribió: > > def makeIk(self): > self.makeIk() > > Try it >
it gives an error. So that´s why there is super(). it allows to have the same method in a subclass, and use that same method existing in the superclass. right? isn´t that technically an extension, because you are using the same method from the superclass and add more functionality? In this case isn´t the same talking about overriding and talking about extension? -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/0b3b06f8-945d-42f3-b999-72ae18fd2edd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
