mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-30 08:44:21 +08:00
Add __class__, because of how it's represented as a property
This commit is contained in:
@@ -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__']
|
||||
|
||||
Reference in New Issue
Block a user