1
0
forked from VimPlug/jedi

Make a lot of progress with typeshed/typing

This commit is contained in:
Dave Halter
2018-08-25 02:35:31 +02:00
parent 05cf6af546
commit 3526def0a0
4 changed files with 136 additions and 82 deletions

View File

@@ -217,6 +217,7 @@ def _get_item(context, index_contexts, contextualized_node):
ContextSet.from_set(unused_contexts),
contextualized_node
)
debug.dbg('py__getitem__ result: %s', result)
return result