Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactive-python/reactpy
/ _make_error_display
Function
_make_error_display
docs/docs_app/examples.py:172–177 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
170
171
172
def
_make_error_display(message):
173
@reactpy.component
174
def
ShowError():
175
return
reactpy.html.pre(message)
176
177
return
ShowError()
Callers
1
_load_one_example
Function · 0.85
Calls
1
ShowError
Function · 0.85
Tested by
no test coverage detected