Skip to content

Instantly share code, notes, and snippets.

@Suor
Created August 19, 2013 07:27
Show Gist options
  • Save Suor/6266484 to your computer and use it in GitHub Desktop.
Save Suor/6266484 to your computer and use it in GitHub Desktop.
Thats only for hip types, not for me
In [1]: class T(tuple): pass
In [2]: t = (1, 2)
In [3]: t.__class__ = T
TypeError: __class__ assignment: only for heap types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment