File: class/Workbook/Examples/Lecture7/namespace1.py

class super:
    def hello(self): 
        self.data = 'spam'      # in self.__dict__

class sub(super):
    def howdy(self): pass



[Home page] Books Code Blog Python Author Train Find ©M.Lutz