Searched refs:Equals (Results 1 – 5 of 5) sorted by relevance
140 def Equals(self, other) -> bool: member in Expression310 def Equals(self, other: Expression) -> bool: member in Operator312 return self.operator == other.operator and self.lhs.Equals(313 other.lhs) and self.rhs.Equals(other.rhs)317 if self.Equals(expression):353 if true_val.Equals(false_val):362 def Equals(self, other: Expression) -> bool: member in Select364 return self.cond.Equals(other.cond) and self.false_val.Equals(365 other.false_val) and self.true_val.Equals(other.true_val)369 if self.Equals(expression):[all …]
164 Expression.__eq__ = lambda e1, e2: e1.Equals(e2)
838 - :cspan:`1` Equals ``VIDEO_STOP`` for this command.912 - Equals ``VIDEO_PLAY`` for this command.967 - Equals ``VIDEO_FREEZE`` for this command.1027 - Equals ``VIDEO_CONTINUE`` for this command.1082 - Equals ``VIDEO_SELECT_SOURCE`` for this command.1151 - :cspan:`1` Equals ``VIDEO_SET_BLANK`` for this command.1221 - Equals ``VIDEO_GET_STATUS`` for this command.1280 - Equals ``VIDEO_GET_EVENT`` for this command.1369 - Equals ``VIDEO_SET_DISPLAY_FORMAT`` for this command.1428 - Equals ``VIDEO_STILLPICTURE`` for this command.[all …]
711 - Equals ``OSD_GET_CAPABILITY`` for this command.
202 | 1: Equals