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 OR of the results.
Definition at line 1079 of file bloaty/third_party/protobuf/python/mox.py.
def mox.Or.__init__ | ( | self, | |
* | args | ||
) |
Initialize. Args: *args: One or more Mox comparators
Definition at line 1083 of file bloaty/third_party/protobuf/python/mox.py.
def mox.Or.__init__ | ( | self, | |
* | args | ||
) |
Initialize. Args: *args: One or more Mox comparators
Definition at line 1083 of file protobuf/python/mox.py.
def mox.Or.__repr__ | ( | self | ) |
Definition at line 1108 of file bloaty/third_party/protobuf/python/mox.py.
def mox.Or.__repr__ | ( | self | ) |
Definition at line 1108 of file protobuf/python/mox.py.
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.
Definition at line 1092 of file protobuf/python/mox.py.
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.
Definition at line 1092 of file bloaty/third_party/protobuf/python/mox.py.
|
private |
Definition at line 1090 of file bloaty/third_party/protobuf/python/mox.py.