MCPcopy 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
18def load_examples() -> Iterator[tuple[str, Callable[[], ComponentType]]]:
19 for name in all_example_names():
20 yield name, load_one_example(name)
21
22
23def all_example_names() -> set[str]:

Callers 2

_get_examplesFunction · 0.90
reload_examplesFunction · 0.90

Calls 2

all_example_namesFunction · 0.85
load_one_exampleFunction · 0.85

Tested by

no test coverage detected