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 Operator199 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(247 if self.Equals(expression):288 def Equals(self, other: Expression) -> bool: member in Function297 if self.Equals(expression):328 def Equals(self, other: Expression) -> bool: member in Event[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.976 - Equals ``AUDIO_CHANNEL_SELECT`` for this command.1038 - Equals AUDIO_GET_STATUS for this command.1156 - Equals ``AUDIO_CLEAR_BUFFER`` for this command.1208 - Equals ``AUDIO_SET_ID`` for this command.1274 - Equals ``AUDIO_SET_MIXER`` for this command.[all …]
912 - Equals ``VIDEO_PLAY`` for this command.967 - Equals ``VIDEO_FREEZE`` for this command.1027 - Equals ``VIDEO_CONTINUE`` for this command.1221 - Equals ``VIDEO_GET_STATUS`` for this command.1280 - Equals ``VIDEO_GET_EVENT`` for this command.1563 - Equals ``VIDEO_SLOWMOTION`` for this command.1872 - Equals ``VIDEO_SET_FORMAT`` for this command.1931 - Equals ``VIDEO_GET_SIZE`` for this command.1988 - Equals ``VIDEO_GET_PTS`` for this command.2117 - Equals ``VIDEO_COMMAND`` for this command.[all …]
711 - Equals ``OSD_GET_CAPABILITY`` for this command.
202 | 1: Equals