Searched refs:exc_type (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/tools/tcat_ble_client/ble/ |
D | ble_stream.py | 54 async def __aexit__(self, exc_type, exc_value, traceback): argument
|
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | macro_collector.py | 56 def __exit__(self, exc_type, exc_value, exc_traceback) -> None: argument 59 if exc_type is not None:
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | generate_test_code.py | 252 def __exit__(self, exc_type, exc_val, exc_tb): argument 253 self._f.__exit__(exc_type, exc_val, exc_tb)
|
/openthread-latest/tests/scripts/thread-cert/pktverify/ |
D | packet_filter.py | 54 def __exit__(self, exc_type, exc_val, exc_tb): argument
|