1
0
forked from VimPlug/jedi

Tests and fixes for keyword completions

This commit is contained in:
Dave Halter
2019-05-29 01:26:38 +02:00
parent 4b3262622b
commit 0e5b17be85
4 changed files with 52 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ def get_operator(evaluator, string, pos):
class KeywordName(AbstractNameDefinition):
api_type = u'keyword'
is_context_name = False
def __init__(self, evaluator, name):
self.evaluator = evaluator