mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-13 22:51:00 +08:00
Remove the logic to not use getattr on instances in CompiledObjects.
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user