forked from VimPlug/jedi
Add __class__, because of how it's represented as a property
This commit is contained in:
@@ -16,7 +16,13 @@ class Y(X):
|
|||||||
#? ['func']
|
#? ['func']
|
||||||
def f
|
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__
|
def __class__
|
||||||
|
|
||||||
#? ['__repr__']
|
#? ['__repr__']
|
||||||
|
|||||||
Reference in New Issue
Block a user