Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/streamlit/streamlit
/ run
Method
run
lib/tests/exception_capturing_thread.py:141–145 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
139
)
from
self._unhandled_exception
140
141
def
run(self) -> None:
142
try
:
143
super().run()
144
except
Exception
as
e:
145
self._unhandled_exception = e
Callers
15
test_asyncio_with
Method · 0.45
test_importtime_median_under_threshold
Function · 0.45
test_handle_backend_operation_request_dispatches_valid_session
Method · 0.45
test_handle_backend_operation_request_rejects_invalid_session
Method · 0.45
test_check_not_parallel_worker_allows_when_no_thread_state
Method · 0.45
test_dispatch_returns_error_without_payload
Function · 0.45
test_dispatch_returns_error_without_registered_handler
Function · 0.45
test_dispatch_calls_registered_handler
Function · 0.45
test_dispatch_returns_error_when_handler_fails
Function · 0.45
test_deferred_file_handler_returns_generated_url
Function · 0.45
test_deferred_file_handler_returns_error_response
Function · 0.45
test_isolation_via_copy_context
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_asyncio_with
Method · 0.36
test_importtime_median_under_threshold
Function · 0.36
test_handle_backend_operation_request_dispatches_valid_session
Method · 0.36
test_handle_backend_operation_request_rejects_invalid_session
Method · 0.36
test_check_not_parallel_worker_allows_when_no_thread_state
Method · 0.36
test_dispatch_returns_error_without_payload
Function · 0.36
test_dispatch_returns_error_without_registered_handler
Function · 0.36
test_dispatch_calls_registered_handler
Function · 0.36
test_dispatch_returns_error_when_handler_fails
Function · 0.36
test_deferred_file_handler_returns_generated_url
Function · 0.36
test_deferred_file_handler_returns_error_response
Function · 0.36
test_isolation_via_copy_context
Method · 0.36