Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactive-python/reactpy
/ _get_examples
Function
_get_examples
docs/docs_app/app.py:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
30
def
_get_examples():
31
if
not _EXAMPLES:
32
_EXAMPLES.update(load_examples())
33
return
_EXAMPLES
34
35
36
def
reload_examples():
Callers
1
Example
Function · 0.85
Calls
1
load_examples
Function · 0.90
Tested by
no test coverage detected