Skip to content

Instantly share code, notes, and snippets.

@mdeous
Created August 7, 2012 12:39
Show Gist options
  • Select an option

  • Save mdeous/3284972 to your computer and use it in GitHub Desktop.

Select an option

Save mdeous/3284972 to your computer and use it in GitHub Desktop.
class Toto(object):
def bob(self):
pass
class Tata(Toto):
def bob(self):
return new_value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment