Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/examples/protocols/modbus/tcp/
Dexample_test.py82 def __exit__(self, exc_type, exc_value, traceback): argument
85 if exc_type is not None or exc_value is not None:
86 …info('Thread %s rised an exception type: %s, value: %s', self.tname, str(exc_type), str(exc_value))
/hal_espressif-3.4.0/examples/protocols/http_server/ws_echo_server/
Dws_server_example_test.py36 def __exit__(self, exc_type, exc_value, traceback): argument
/hal_espressif-3.4.0/tools/test_apps/system/monitor_ide_integration/
Dapp_test.py55 def __exit__(self, exc_type, exc_value, traceback): argument
/hal_espressif-3.4.0/examples/protocols/sockets/udp_client/
Dexample_test.py55 def __exit__(self, exc_type, exc_value, traceback): argument
/hal_espressif-3.4.0/examples/protocols/websocket/
Dexample_test.py62 def __exit__(self, exc_type, exc_value, traceback): argument
/hal_espressif-3.4.0/examples/protocols/sockets/tcp_client/
Dexample_test.py56 def __exit__(self, exc_type, exc_value, traceback): argument
/hal_espressif-3.4.0/tools/test_apps/protocols/openssl/
Dapp_test.py58 def __exit__(self, exc_type, exc_value, traceback): argument
/hal_espressif-3.4.0/tools/test_apps/protocols/mqtt/publish_connect_test/
Dapp_test.py145 def __exit__(self, exc_type, exc_value, traceback): argument
178 def __exit__(self, exc_type, exc_value, traceback): argument
/hal_espressif-3.4.0/examples/protocols/https_server/wss_server/
Dwss_server_example_test.py51 …def __exit__(self, exc_type, exc_value, traceback): # type: (type, RuntimeError, TracebackType) -… argument
/hal_espressif-3.4.0/tools/ci/
Dcheck_public_headers.py116 def __exit__(self, exc_type, exc_value, traceback): argument
/hal_espressif-3.4.0/components/nvs_flash/nvs_partition_generator/
Dnvs_partition_gen.py496 def __exit__(self, exc_type, exc_value, traceback): argument
497 if exc_type is None and exc_value is None: