subclass of object

Jason Friedman jason at powerpull.net
Fri Apr 2 07:36:06 EDT 2010


Hi, what is the difference between:

def MyClass(object):
    pass

and

def MyClass():
    pass



More information about the Python-list mailing list