1
0
forked from VimPlug/jedi

value_of_index -> context_of_index

This commit is contained in:
Dave Halter
2019-12-08 20:09:53 +01:00
parent 72fc85f4c3
commit deaa7265dd
3 changed files with 8 additions and 8 deletions

View File

@@ -273,7 +273,7 @@ class ClassValue(use_metaclass(CachedMetaClass, ClassMixin, FunctionAndClassBase
LazyGenericClass(
self,
index_value,
value_of_index=contextualized_node.context,
context_of_index=contextualized_node.context,
)
for index_value in index_value_set
)