Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactive-python/reactpy
/ reload_examples
Function
reload_examples
docs/docs_app/app.py:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
36
def
reload_examples():
37
_EXAMPLES.clear()
38
_EXAMPLES.update(load_examples())
39
40
41
_EXAMPLES: dict[str, ComponentConstructor] = {}
Callers
1
new_builder
Function · 0.90
Calls
1
load_examples
Function · 0.90
Tested by
no test coverage detected