Public Member Functions | |
def | __init__ (self, *args) |
def | __repr__ (self) |
def | equals (self, rhs) |
![]() | |
def | __eq__ (self, rhs) |
def | __ne__ (self, rhs) |
Private Attributes | |
_comparators | |
Evaluates one or more Comparators on RHS and returns an OR of the results.
def mox.Or.__init__ | ( | self, | |
* | args | ||
) |
def mox.Or.equals | ( | self, | |
rhs | |||
) |
Checks whether any Comparator is equal to rhs. Args: # rhs: can be anything Returns: bool
Reimplemented from mox.Comparator.