forked from VimPlug/jedi
Fix some of the mixed test failures
This commit is contained in:
@@ -248,6 +248,9 @@ class CompiledInstance(AbstractInstanceContext):
|
||||
|
||||
return lazy_context.infer()
|
||||
|
||||
def is_stub(self):
|
||||
return False
|
||||
|
||||
|
||||
class TreeInstance(AbstractInstanceContext):
|
||||
def __init__(self, evaluator, parent_context, class_context, var_args):
|
||||
|
||||
Reference in New Issue
Block a user