Home
last modified time | relevance | path

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

/ohos5.0/build/hb/containers/
H A Dstatus.py52 _solution = ''
58 _solution = exception.get_solution()
63 _solution = 'NO SOLUTION'
65 _print_formatted_tracebak(_code, str(exception), _type, _desc, _solution)
70 def _print_formatted_tracebak(_code, _exception, _type, _desc, _solution): argument
77 if isinstance(_solution, list):
78 _solution = '\n\t\t'.join(str(elem) for elem in _solution)
96 .format(_code, _exception, _type, _desc, _solution), 'error')