mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-25 20:57:14 +08:00
Simplify the fast parser tokenizer more. Now it is more readable and less buggy (+bugfixes).
This commit is contained in:
@@ -177,6 +177,7 @@ class Instance(use_metaclass(CachedMetaClass, Executed)):
|
||||
return names
|
||||
|
||||
def get_subscope_by_name(self, name):
|
||||
print(name)
|
||||
sub = self.base.get_subscope_by_name(name)
|
||||
return get_instance_el(self._evaluator, self, sub, True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user