H
harryos
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
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