forked from VimPlug/jedi
Re-enable AttributeError/NameError detection for more complicated occurances than just statements.
This commit is contained in:
@@ -248,6 +248,9 @@ class Array(IterableWrapper):
|
||||
# Can raise an IndexError
|
||||
return self._evaluator.eval_element(self._items()[mixed_index])
|
||||
|
||||
def iter_content(self):
|
||||
return self.values()
|
||||
|
||||
def scope_names_generator(self, position=None):
|
||||
"""
|
||||
It returns e.g. for a list: append, pop, ...
|
||||
|
||||
Reference in New Issue
Block a user