forked from VimPlug/jedi
Move py__mro__ to a separate function
This commit is contained in:
@@ -185,9 +185,6 @@ class TypingContext(_BaseTypingContext):
|
||||
|
||||
|
||||
class TypingClassMixin(object):
|
||||
def py__mro__(self):
|
||||
return [self, builtin_from_name(self.evaluator, u'object')]
|
||||
|
||||
def py__bases__(self,):
|
||||
return [LazyKnownContext(builtin_from_name(self.evaluator, u'object'))]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user