1
0
forked from VimPlug/jedi

Get rid of is_super_class and do some different things in analysis

This commit is contained in:
Dave Halter
2018-11-24 14:09:14 +01:00
parent 021d1bc568
commit 644e292fa7
4 changed files with 8 additions and 12 deletions

View File

@@ -223,9 +223,6 @@ class CompiledObject(Context):
def negate(self):
return create_from_access_path(self.evaluator, self.access_handle.negate())
def is_super_class(self, exception):
return self.access_handle.is_super_class(exception)
class CompiledName(AbstractNameDefinition):
def __init__(self, evaluator, parent_context, name):