1
0
forked from VimPlug/jedi

Remove the logic to not use getattr on instances in CompiledObjects.

This commit is contained in:
Dave Halter
2016-07-01 18:11:44 +02:00
parent 056ad1b8a8
commit 2652666080
2 changed files with 29 additions and 27 deletions

View File

@@ -35,7 +35,7 @@ class MixedObject(object):
@property
def names_dict(self):
return LazyMixedNamesDict(self._evaluator, self, is_instance=False)
return LazyMixedNamesDict(self._evaluator, self)
def names_dicts(self, search_global):
# TODO is this needed?