mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
keyword completion shouldn't occur all the times; thanks to Tobias Halter for his brilliant Kantischueler logic.
This commit is contained in:
@@ -50,7 +50,7 @@ class TestClass(object):
|
||||
# should not know any class functions!
|
||||
#? []
|
||||
values
|
||||
#? []
|
||||
#? ['return']
|
||||
ret
|
||||
return a1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user