1
0
forked from VimPlug/jedi

Remove is_scope from CompiledObject. It's not needed according to tests.

This commit is contained in:
Dave Halter
2017-05-05 09:23:50 +02:00
parent f916b9b054
commit 14eeb60240

View File

@@ -222,9 +222,6 @@ class CompiledObject(Context):
for result in self.evaluator.execute(bltn_obj, params):
yield result
def is_scope(self):
return True
def get_self_attributes(self):
return [] # Instance compatibility