Home
last modified time | relevance | path

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

/openthread-latest/tools/tcat_ble_client/ble/
Dble_stream.py54 async def __aexit__(self, exc_type, exc_value, traceback): argument
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dmacro_collector.py56 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/
Dgenerate_test_code.py252 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/
Dpacket_filter.py54 def __exit__(self, exc_type, exc_val, exc_tb): argument