1
0
forked from VimPlug/jedi

Re-enable AttributeError/NameError detection for more complicated occurances than just statements.

This commit is contained in:
Dave Halter
2014-12-11 19:18:00 +01:00
parent 77fdbac234
commit d11ea73ef4
6 changed files with 65 additions and 16 deletions

View File

@@ -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, ...