Lines Matching refs:kwargs
119 def handler(self, *args, **kwargs): argument
130 ret = func(self, esp, *args, **kwargs)
156 def __init__(self, name, port, log_file, app, allow_dut_exception=False, **kwargs): argument
157 super(IDFDUT, self).__init__(name, port, log_file, app, **kwargs)
190 def confirm_dut(cls, port, **kwargs): argument
345 def dump_flash(self, esp, output_file, **kwargs): argument
358 if 'partition' in kwargs:
359 partition = self.app.partition_table[kwargs['partition']]
362 elif 'address' in kwargs and 'size' in kwargs:
363 _address = kwargs['address']
364 _size = kwargs['size']
529 def __init__(self, name, port, log_file, app, allow_dut_exception=False, **kwargs): argument
551 …MUDUT, self).__init__(name, port, log_file, app, allow_dut_exception=allow_dut_exception, **kwargs)
573 def confirm_dut(cls, port, **kwargs): argument
592 def dump_flash(self, output_file, **kwargs): argument