webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | __init__ (self, args) |
def | equals (self, rhs) |
def | __repr__ (self) |
Public Member Functions inherited from mox.Comparator | |
def | equals (self, rhs) |
def | __eq__ (self, rhs) |
def | __ne__ (self, rhs) |
Evaluates one or more Comparators on RHS and returns an OR of the results.
def mox.Or.__init__ | ( | self, | |
args | |||
) |
Initialize. Args: *args: One or more Mox comparators
def mox.Or.__repr__ | ( | self | ) |
def mox.Or.equals | ( | self, | |
rhs | |||
) |
Checks whether any Comparator is equal to rhs. Args: # rhs: can be anything Returns: bool