webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
mox.Or Class Reference
Inheritance diagram for mox.Or:
mox.Comparator

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)
 

Detailed Description

Evaluates one or more Comparators on RHS and returns an OR of the results.

Constructor & Destructor Documentation

◆ __init__()

def mox.Or.__init__ (   self,
  args 
)
Initialize.

Args:
  *args: One or more Mox comparators

Member Function Documentation

◆ __repr__()

def mox.Or.__repr__ (   self)

◆ equals()

def mox.Or.equals (   self,
  rhs 
)
Checks whether any Comparator is equal to rhs.

Args:
  # rhs: can be anything

Returns:
  bool

The documentation for this class was generated from the following file: