MCPcopy 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

Calls

no outgoing calls