Searched refs:Equals (Results 1 – 6 of 6) sorted by relevance
25 def Equals(self, other) -> bool: member in Expression192 def Equals(self, other: Expression) -> bool: member in Operator194 return self.operator == other.operator and self.lhs.Equals(195 other.lhs) and self.rhs.Equals(other.rhs)199 if self.Equals(expression):235 if true_val.Equals(false_val):240 def Equals(self, other: Expression) -> bool: member in Select242 return self.cond.Equals(other.cond) and self.false_val.Equals(243 other.false_val) and self.true_val.Equals(other.true_val)247 if self.Equals(expression):[all …]
160 Expression.__eq__ = lambda e1, e2: e1.Equals(e2)
486 - :cspan:`1` Equals ``AUDIO_STOP`` for this command.537 - :cspan:`1` Equals ``AUDIO_PLAY`` for this command.589 - Equals ``AUDIO_PAUSE`` for this command.642 - Equals ``AUDIO_CONTINUE`` for this command.695 - Equals ``AUDIO_SELECT_SOURCE`` for this command.757 - :cspan:`1` Equals ``AUDIO_SET_MUTE`` for this command.831 - :cspan:`1` Equals ``AUDIO_AV_SYNC`` for this command.902 - :cspan:`1` Equals ``AUDIO_SET_BYPASS_MODE`` for this command.976 - Equals ``AUDIO_CHANNEL_SELECT`` for this command.1038 - Equals AUDIO_GET_STATUS for this command.[all …]
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