forked from VimPlug/jedi
Tests and fixes for keyword completions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user