Home
last modified time | relevance | path

Searched refs:_unimplemented_function_error (Results 1 – 1 of 1) sorted by relevance

/external/autotest/server/cros/
Ddebugd_dev_tools.py203 self._unimplemented_function_error('is_enabled')
210 self._unimplemented_function_error('enable')
217 self._unimplemented_function_error('disable')
225 self._unimplemented_function_error('_save_state')
233 self._unimplemented_function_error('_restore_state')
313 def _unimplemented_function_error(self, function_name): member in DevTool