forked from VimPlug/jedi
Fix a few things that were broken by the mixed object refactoring.
This commit is contained in:
@@ -39,6 +39,7 @@ from jedi.evaluate import precedence
|
||||
|
||||
class AbstractSequence(context.Context):
|
||||
builtin_methods = {}
|
||||
api_type = 'instance'
|
||||
|
||||
def __init__(self, evaluator):
|
||||
super(AbstractSequence, self).__init__(evaluator, evaluator.BUILTINS)
|
||||
|
||||
Reference in New Issue
Block a user