Searched refs:Equals (Results 1 – 23 of 23) 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)
41 - Equals VIDEO_CLEAR_BUFFER for this command.
41 - Equals VIDEO_SET_BLANK for this command.
41 - Equals VIDEO_SET_DISPLAY_FORMAT for this command.
41 - Equals VIDEO_GET_SIZE for this command.
41 - Equals VIDEO_PLAY for this command.
41 - Equals VIDEO_GET_CAPABILITIES for this command.
41 - Equals VIDEO_SET_STREAMTYPE for this command.
41 - Equals VIDEO_CONTINUE for this command.
41 - Equals VIDEO_FAST_FORWARD for this command.
41 - Equals VIDEO_SLOWMOTION for this command.
41 - Equals VIDEO_STILLPICTURE for this command.
41 - Equals VIDEO_GET_FRAME_COUNT for this command.
41 - Equals VIDEO_TRY_COMMAND for this command.
41 - Equals VIDEO_SET_FORMAT for this command.
41 - Equals VIDEO_STOP for this command.
41 - Equals VIDEO_GET_STATUS for this command.
41 - Equals VIDEO_GET_PTS for this command.
41 - Equals VIDEO_FREEZE for this command.
41 - Equals VIDEO_SELECT_SOURCE for this command.
41 - Equals VIDEO_COMMAND for this command.
41 - Equals VIDEO_GET_EVENT for this command.