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

@@ -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):