forked from VimPlug/jedi
Tests and fixes for keyword completions
This commit is contained in:
@@ -12,6 +12,10 @@ class AbstractNameDefinition(object):
|
||||
string_name = None
|
||||
parent_context = None
|
||||
tree_name = None
|
||||
is_context_name = True
|
||||
"""
|
||||
Used for the Jedi API to know if it's a keyword or an actual name.
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
def infer(self):
|
||||
|
||||
Reference in New Issue
Block a user