Created
June 25, 2013 16:52
-
-
Save charettes/5860172 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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