forked from VimPlug/jedi
Array fixes except for conversions.
This commit is contained in:
@@ -3,7 +3,11 @@ from jedi.common import unite
|
||||
|
||||
class Context(object):
|
||||
type = None # TODO remove
|
||||
api_type = ''
|
||||
api_type = 'instance'
|
||||
"""
|
||||
Most contexts are just instances of something, therefore make this the
|
||||
default to make subclassing a lot easier.
|
||||
"""
|
||||
|
||||
def __init__(self, evaluator, parent_context=None):
|
||||
self.evaluator = evaluator
|
||||
|
||||
Reference in New Issue
Block a user