Lines Matching defs:__init__
101 def __init__(self, cases, flaky_tests_mode, measure_flakiness):
449 def __init__(self, cases, flaky_tests_mode, measure_flakiness, templates):
450 super(CompactProgressIndicator, self).__init__(cases, flaky_tests_mode, measure_flakiness)
506 def __init__(self, cases, flaky_tests_mode, measure_flakiness):
512 super(ColorProgressIndicator, self).__init__(cases, flaky_tests_mode, measure_flakiness, templates)
520 def __init__(self, cases, flaky_tests_mode, measure_flakiness):
528 super(MonochromeProgressIndicator, self).__init__(cases, flaky_tests_mode, measure_flakiness, templates)
552 def __init__(self, exit_code, timed_out, stdout, stderr):
562 def __init__(self, context, path, arch, mode):
621 def __init__(self, test, command, output, store_unexpected_output):
812 def __init__(self, context, root, section):
833 def __init__(self, name):
842 def __init__(self, path):
844 super(TestRepository, self).__init__(basename(normalized_path))
877 def __init__(self, tests_repos, test_root):
878 super(LiteralTestSuite, self).__init__('root')
919 def __init__(self, workspace, verbose, vm, args, expect_fail,
996 def __init__(self, value):
1005 def __init__(self, name):
1015 def __init__(self, name):
1027 def __init__(self, left, op, right):
1068 def __init__(self, expr):
1132 def __init__(self, tokens):
1236 def __init__(self, sections, defs):
1262 def __init__(self, condition):
1274 def __init__(self, raw_path, path, value):
1475 def __init__(self, pattern):