Lines Matching defs:self
31 def __init__(self, missing_pg): argument
35 def __init__(self, stage, output, message): argument
41 def __init__(self, argparser): argument
60 def load_plugin(self, pgdir, pgname): argument
74 def get_required_plugins(self, testlist): argument
96 def load_required_plugins(self, reqs, parser, args, remaining): argument
129 def call_pre_suite(self, testcount, testidlist): argument
133 def call_post_suite(self, index): argument
137 def call_pre_case(self, caseinfo, *, test_skip=False): argument
149 def call_post_case(self, caseinfo): argument
155 def call_pre_execute(self, caseinfo): argument
161 def call_post_execute(self, caseinfo): argument
167 def call_add_args(self, parser): argument
172 def call_check_args(self, args, remaining): argument
176 def call_adjust_command(self, caseinfo, stage, command): argument
183 def set_args(self, args): argument