forked from VimPlug/jedi
Remove is_scope from CompiledObject. It's not needed according to tests.
This commit is contained in:
@@ -222,9 +222,6 @@ class CompiledObject(Context):
|
|||||||
for result in self.evaluator.execute(bltn_obj, params):
|
for result in self.evaluator.execute(bltn_obj, params):
|
||||||
yield result
|
yield result
|
||||||
|
|
||||||
def is_scope(self):
|
|
||||||
return True
|
|
||||||
|
|
||||||
def get_self_attributes(self):
|
def get_self_attributes(self):
|
||||||
return [] # Instance compatibility
|
return [] # Instance compatibility
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user