forked from VimPlug/jedi
Refactor the mixed objects a bit to make at least some interpreter tests pass.
This commit is contained in:
@@ -17,6 +17,8 @@ class AbstractInstanceContext(Context):
|
||||
"""
|
||||
This class is used to evaluate instances.
|
||||
"""
|
||||
api_type = 'instance'
|
||||
|
||||
def __init__(self, evaluator, parent_context, class_context, var_args):
|
||||
super(AbstractInstanceContext, self).__init__(evaluator, parent_context)
|
||||
# Generated instances are classes that are just generated by self
|
||||
|
||||
Reference in New Issue
Block a user