diff --git a/test/completion/context.py b/test/completion/context.py index d3e79b81..81865d00 100644 --- a/test/completion/context.py +++ b/test/completion/context.py @@ -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__']