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 AND of the results.
def mox.And.__init__ | ( | self, | |
args | |||
) |
Initialize. Args: *args: One or more Comparator
def mox.And.__repr__ | ( | self | ) |
def mox.And.equals | ( | self, | |
rhs | |||
) |
Checks whether all Comparators are equal to rhs. Args: # rhs: can be anything Returns: bool