MCPcopy 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
172def _make_error_display(message):
173 @reactpy.component
174 def ShowError():
175 return reactpy.html.pre(message)
176
177 return ShowError()

Callers 1

_load_one_exampleFunction · 0.85

Calls 1

ShowErrorFunction · 0.85

Tested by

no test coverage detected