webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.layout_tests.models.test_configuration.TestConfiguration Class Reference
Inheritance diagram for webkitpy.layout_tests.models.test_configuration.TestConfiguration:

Public Member Functions

def __init__ (self, version, architecture, build_type)
 
def category_order (cls)
 
def items (self)
 
def keys (self)
 
def __str__ (self)
 
def __repr__ (self)
 
def __hash__ (self)
 
def __eq__ (self, other)
 
def values (self)
 

Public Attributes

 version
 
 architecture
 
 build_type
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.layout_tests.models.test_configuration.TestConfiguration.__init__ (   self,
  version,
  architecture,
  build_type 
)

Member Function Documentation

◆ __eq__()

def webkitpy.layout_tests.models.test_configuration.TestConfiguration.__eq__ (   self,
  other 
)

◆ __hash__()

def webkitpy.layout_tests.models.test_configuration.TestConfiguration.__hash__ (   self)

◆ __repr__()

def webkitpy.layout_tests.models.test_configuration.TestConfiguration.__repr__ (   self)

◆ __str__()

def webkitpy.layout_tests.models.test_configuration.TestConfiguration.__str__ (   self)

◆ category_order()

def webkitpy.layout_tests.models.test_configuration.TestConfiguration.category_order (   cls)
The most common human-readable order in which the configuration properties are listed.

◆ items()

def webkitpy.layout_tests.models.test_configuration.TestConfiguration.items (   self)

◆ keys()

def webkitpy.layout_tests.models.test_configuration.TestConfiguration.keys (   self)

◆ values()

def webkitpy.layout_tests.models.test_configuration.TestConfiguration.values (   self)
Returns the configuration values of this instance as a tuple.

Member Data Documentation

◆ architecture

webkitpy.layout_tests.models.test_configuration.TestConfiguration.architecture

◆ build_type

webkitpy.layout_tests.models.test_configuration.TestConfiguration.build_type

◆ version

webkitpy.layout_tests.models.test_configuration.TestConfiguration.version

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