1
0
forked from VimPlug/jedi

Fix some array tests

This commit is contained in:
Dave Halter
2019-08-17 15:42:13 +02:00
parent c6d2aa6da2
commit 2629ff55f3
30 changed files with 252 additions and 226 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ class BaseValue(object):
self.inference_state = inference_state
self.parent_context = parent_context
def get_root_value(self):
def get_root_context(self):
value = self
while True:
if value.parent_context is None: