MCPcopy 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
36def reload_examples():
37 _EXAMPLES.clear()
38 _EXAMPLES.update(load_examples())
39
40
41_EXAMPLES: dict[str, ComponentConstructor] = {}

Callers 1

new_builderFunction · 0.90

Calls 1

load_examplesFunction · 0.90

Tested by

no test coverage detected