1
0
forked from VimPlug/jedi

get_parent_until for ListComprehension

This commit is contained in:
David Halter
2013-02-18 20:52:07 +04:30
parent 30fa504457
commit b2aa8b8024

View File

@@ -1176,6 +1176,9 @@ class ListComprehension(Base):
s.parent = self
self.parent = parent
def get_parent_until(self, *args, **kwargs):
return Simple.get_parent_until(self, *args, **kwargs)
@property
def start_pos(self):
return self.stmt.start_pos