Exemplo n.º 1
0
 def get_last_obj(self, last=False):
     """
     Return the last valid object on the current line
     """
     return getobj(self.get_current_line_to_cursor(), last=last)
Exemplo n.º 2
0
 def get_last_obj(self, last=False):
     """
     Return the last valid object on the current line
     """
     return getobj(self.get_current_line_to_cursor(), last=last)