Skip to content

Instantly share code, notes, and snippets.

@bensonk
Created April 21, 2010 22:44
Show Gist options
  • Save bensonk/374507 to your computer and use it in GitHub Desktop.
Save bensonk/374507 to your computer and use it in GitHub Desktop.
class Child(Parent):
def __init__(self, x):
# This is crap, Python.
super(Child, self).__init__(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment