Closed kadler closed 3 years ago
In addition to python 2 checks, we can use the Python 3 super() call shortcut instead of listing the class name and self reference. See https://www.journaldev.com/15911/python-super
super()
Originally posted by @kadler in https://github.com/IBM/django-ibmi/issues/13#issuecomment-726399945
In addition to python 2 checks, we can use the Python 3
super()
call shortcut instead of listing the class name and self reference. See https://www.journaldev.com/15911/python-superOriginally posted by @kadler in https://github.com/IBM/django-ibmi/issues/13#issuecomment-726399945