Lines Matching refs:def
22 def __init__(self, test, dut, multiplexer, atomic=True):
42 def _process_request(self, req):
48 def prepare(self, **kwargs):
53 def _prepare_impl(self, **kwargs):
58 def validate(self, **kwargs):
71 def _validate_impl(self, **kwargs):
83 def emit(self):
88 def _emit_impl(self):
93 def register_delegate_cls(query_id, delegate_cls):
102 def get_delegate_cls(query_id):