1
0
forked from VimPlug/jedi

Add a few tests about simple completions for interpreters

This commit is contained in:
Dave Halter
2019-06-06 00:17:37 +02:00
parent de03b96232
commit 84eb91beaa
2 changed files with 27 additions and 0 deletions

View File

@@ -202,6 +202,8 @@ def _create(evaluator, access_handle, parent_context, *args):
)
result = _find_syntax_node_name(evaluator, access_handle)
# TODO use stub contexts here. If we do that we probably have to care about
# generics from stuff like `[1]`.
if result is None:
return compiled_object