Skip to content

Instantly share code, notes, and snippets.

@charettes
Created June 25, 2013 16:52
Show Gist options
  • Save charettes/5860172 to your computer and use it in GitHub Desktop.
Save charettes/5860172 to your computer and use it in GitHub Desktop.
cls = self.__class__
if klass is None:
klass = cls
elif not not issubclass(klass, cls):
klass = type(klass.__name__, (klass, cls), {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment