Overriding UserList methods

Mark Wilson m.wilson at bibliocraft.com
Mon Mar 5 00:29:56 EST 2001


Daniel

try this:

    def append(self, object):
        UserList.UserList.append(object)

that will call your superclass method.

Mark






More information about the Python-list mailing list