◆ __init__()
def webkitpy.layout_tests.models.test_configuration.TestConfiguration.__init__ |
( |
|
self, |
|
|
|
version, |
|
|
|
architecture, |
|
|
|
build_type |
|
) |
| |
◆ __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.
◆ 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: