Skip to content

Instantly share code, notes, and snippets.

@thepaul
Created June 17, 2015 22:33
Show Gist options
  • Save thepaul/aec592cb62294e587ef8 to your computer and use it in GitHub Desktop.
Save thepaul/aec592cb62294e587ef8 to your computer and use it in GitHub Desktop.
things in the Python standard library which use super()
argparse (all classes)
abc.ABCMeta
collections.Counter
fractions.Fraction
plistlib.Dict and plistlib.Plist
random.Random
unittest.TextTestResult and unittest.FunctionTestCase
weakref.KeyedRef
zipfile.ZipExtFile
ctypes.py_object
xml.sax.saxutils.UnbufferedTextIOWrapper
lib2to3 (various classes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment