1
0
forked from VimPlug/jedi

if something catches an exception, ignore that report

This commit is contained in:
Dave Halter
2014-05-12 18:10:17 +02:00
parent 64af9524b7
commit 96386b4578
3 changed files with 32 additions and 4 deletions

View File

@@ -1413,6 +1413,9 @@ class NamePart(object):
def get_parent_until(self, *args, **kwargs):
return self.parent.get_parent_until(*args, **kwargs)
def isinstance(self, *cls):
return isinstance(self, cls)
@property
def start_pos(self):
offset = self.parent._sub_module.line_offset