Home | History | Annotate | Download | only in feedback

Lines Matching refs:def

57     def __init__(self):
62 def _check_active(self):
70 def __enter__(self):
75 def __exit__(self, ex_type, ex_val, ex_tb):
79 def initialize(self, test, host=None):
99 def _initialize_impl(self, test, host):
107 def new_query(self, query_id):
120 def _new_query_impl(self, query_id):
128 def finalize(self):
140 def _finalize_impl(self):
156 def __init__(self):
161 def prepare(self, **kwargs):
172 def _prepare_impl(self, **kwargs):
180 def validate(self, **kwargs):
195 def _validate_impl(self, **kwargs):
211 def __init__(self):
215 def validate(self, **kwargs):
236 def __init__(self):
241 def validate(self, **kwargs):
254 def emit(self):
270 def _emit_impl(self):