Add __class__, because of how it's represented as a property

This commit is contained in:
Dave Halter
2018-10-24 00:39:11 +02:00
parent d5d9e51f66
commit 742179ee38

View File

@@ -16,7 +16,13 @@ class Y(X):
#? ['func']
def f
#? ['__doc__']
__doc__
#? []
def __doc__
# This might or might not be what we want, currently properties are also
# used like this.
#? ['__class__']
def __class__
#? ['__repr__']