Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtraceback.py166 valuestr = _safe_string(value, 'exception')
173 def _safe_string(value, what, func=str): function
699 self._str = _safe_string(exc_value, 'exception')
835 note = _safe_string(note, 'note')
838 yield _safe_string(self.__notes__, '__notes__', func=repr)
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtraceback.py166 valuestr = _safe_string(value, 'exception')
173 def _safe_string(value, what, func=str): function
699 self._str = _safe_string(exc_value, 'exception')
835 note = _safe_string(note, 'note')
838 yield _safe_string(self.__notes__, '__notes__', func=repr)
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtraceback.py166 valuestr = _safe_string(value, 'exception')
173 def _safe_string(value, what, func=str): function
699 self._str = _safe_string(exc_value, 'exception')
835 note = _safe_string(note, 'note')
838 yield _safe_string(self.__notes__, '__notes__', func=repr)
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/
Dtraceback.py166 valuestr = _safe_string(value, 'exception')
173 def _safe_string(value, what, func=str): function
699 self._str = _safe_string(exc_value, 'exception')
835 note = _safe_string(note, 'note')
838 yield _safe_string(self.__notes__, '__notes__', func=repr)
/prebuilts/build-tools/common/py3-stdlib/
Dtraceback.py183 valuestr = _safe_string(value, 'exception')
198 def _safe_string(value, what, func=str): function
315 self.locals = {k: _safe_string(v, 'local', func=repr)
1053 self._str = _safe_string(exc_value, 'exception')
1255 note = _safe_string(note, 'note')
1258 yield indent + "{}\n".format(_safe_string(self.__notes__, '__notes__', func=repr))