Public Member Functions | |
def | __init__ (self, *args) |
def | __init__ (self, *args) |
def | __repr__ (self) |
def | __repr__ (self) |
def | equals (self, rhs) |
def | equals (self, rhs) |
![]() | |
def | __eq__ (self, rhs) |
def | __eq__ (self, rhs) |
def | __ne__ (self, rhs) |
def | __ne__ (self, rhs) |
Private Attributes | |
_comparators | |
Evaluates one or more Comparators on RHS and returns an AND of the results.
Definition at line 1046 of file bloaty/third_party/protobuf/python/mox.py.
def mox.And.__init__ | ( | self, | |
* | args | ||
) |
Initialize. Args: *args: One or more Comparator
Definition at line 1050 of file bloaty/third_party/protobuf/python/mox.py.
def mox.And.__init__ | ( | self, | |
* | args | ||
) |
Initialize. Args: *args: One or more Comparator
Definition at line 1050 of file protobuf/python/mox.py.
def mox.And.__repr__ | ( | self | ) |
Definition at line 1075 of file bloaty/third_party/protobuf/python/mox.py.
def mox.And.__repr__ | ( | self | ) |
Definition at line 1075 of file protobuf/python/mox.py.
def mox.And.equals | ( | self, | |
rhs | |||
) |
Checks whether all Comparators are equal to rhs. Args: # rhs: can be anything Returns: bool
Reimplemented from mox.Comparator.
Definition at line 1059 of file protobuf/python/mox.py.
def mox.And.equals | ( | self, | |
rhs | |||
) |
Checks whether all Comparators are equal to rhs. Args: # rhs: can be anything Returns: bool
Reimplemented from mox.Comparator.
Definition at line 1059 of file bloaty/third_party/protobuf/python/mox.py.
|
private |
Definition at line 1057 of file bloaty/third_party/protobuf/python/mox.py.