Home
last modified time | relevance | path

Searched defs:_Error (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/
Dconfig_vars.py221 def _Error(text, extra='', key=''): function
/external/python/cpython3/Lib/
Drunpy.py166 class _Error(Exception): class