class definition syntax

harryos oswald.harry at gmail.com
Fri Aug 29 05:50:57 EDT 2008


hi
i have seen some class definitions like

class MyClass(object):
    def __init__(self):
       ....

what does the object keyword inside the braces in MyClass() mean?
Has it got any significance?

thanks in advance
harry



More information about the Python-list mailing list