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

@@ -414,9 +414,6 @@ class DirectObjectAccess(object):
def negate(self):
return self._create_access_path(-self._obj)
def is_super_class(self, exception):
return issubclass(exception, self._obj)
def get_dir_infos(self):
"""
Used to return a couple of infos that are needed when accessing the sub