Searched refs:_handle_error (Results 1 – 2 of 2) sorted by relevance
/external/pigweed/pw_hdlc/py/pw_hdlc/ |
D | rpc.py | 60 def _handle_error(frame: Frame) -> None: function 72 Any] = _handle_error,
|
/external/python/cpython3/Lib/ |
D | configparser.py | 1089 e = self._handle_error(e, fpname, lineno, line) 1109 e = self._handle_error(e, fpname, lineno, line) 1133 def _handle_error(self, exc, fpname, lineno, line): member in RawConfigParser
|