Lines Matching defs:self
29 def __init__(self, missing_pg): argument
33 def __init__(self, stage, output, message): argument
39 def __init__(self, argparser): argument
59 def load_plugin(self, pgdir, pgname): argument
66 def get_required_plugins(self, testlist): argument
84 def load_required_plugins(self, reqs, parser, args, remaining): argument
117 def call_pre_suite(self, testcount, testidlist): argument
121 def call_post_suite(self, index): argument
125 def call_pre_case(self, caseinfo, *, test_skip=False): argument
136 def call_post_case(self): argument
140 def call_pre_execute(self): argument
144 def call_post_execute(self): argument
148 def call_add_args(self, parser): argument
153 def call_check_args(self, args, remaining): argument
157 def call_adjust_command(self, stage, command): argument
162 def set_args(self, args): argument