MCPcopy 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
30def _get_examples():
31 if not _EXAMPLES:
32 _EXAMPLES.update(load_examples())
33 return _EXAMPLES
34
35
36def reload_examples():

Callers 1

ExampleFunction · 0.85

Calls 1

load_examplesFunction · 0.90

Tested by

no test coverage detected