1
0
forked from VimPlug/jedi

Fix forward references for some things

This commit is contained in:
Dave Halter
2018-08-29 01:12:19 +02:00
parent 1a5710f140
commit a884b6c782
4 changed files with 46 additions and 19 deletions
+2 -1
View File
@@ -231,7 +231,8 @@ class ClassContext(use_metaclass(CachedMetaClass, TreeContext)):
self.evaluator,
self.parent_context,
self.tree_node,
index_context
index_context,
context_of_index=contextualized_node.context,
)
for index_context in index_context_set
)