1
0
forked from VimPlug/jedi

Fix a few things that were broken by the mixed object refactoring.

This commit is contained in:
Dave Halter
2016-12-16 17:29:37 +01:00
parent 9ac301d0c3
commit 5fb5580259
3 changed files with 6 additions and 3 deletions

View File

@@ -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)