I suppose people use it to make the code compatible with Python2.x.
Otherwise all Python2 users would have to add the class and self
to the super call.
I’m not using Python3, but I think it doesn’t break the code to add (class, self)
.
I suppose people use it to make the code compatible with Python2.x.
Otherwise all Python2 users would have to add the class and self
to the super call.
I’m not using Python3, but I think it doesn’t break the code to add (class, self)
.