Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactive-python/reactpy
/ load_examples
Function
load_examples
docs/docs_app/examples.py:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
load_examples() -> Iterator[tuple[str, Callable[[], ComponentType]]]:
19
for
name in all_example_names():
20
yield
name, load_one_example(name)
21
22
23
def
all_example_names() -> set[str]:
Callers
2
_get_examples
Function · 0.90
reload_examples
Function · 0.90
Calls
2
all_example_names
Function · 0.85
load_one_example
Function · 0.85
Tested by
no test coverage detected