2

Possible Duplicate:
Shortcut for super(type(self), self)

Every example I've seen of using super in Python 2.x looks like this: super(ClassName, self).

Is there any reason not to use super(type(self), self)?

Community
  • 1
  • 1
Itay Perl
  • 12,844
  • 3
  • 18
  • 12
  • as described in the dupe, python 3's super() does this: https://stackoverflow.com/questions/19608134/why-is-python-3-xs-super-magic – jozxyqk Oct 26 '15 at 12:56

0 Answers0