Lines Matching full:cond
754 def __init__(self,cond,iftrue,iffalse):756 self.cond = cond761 return "(?: %s %s %s)" % (repr(self.cond),repr(self.iftrue),repr(self.iffalse))764 return "(%s) ? (%s) : (%s)" % (self.cond, self.iftrue, self.iffalse)