MCPcopy Index your code
hub / github.com/reactive-python/reactpy / _string_to_nested_lines

Function _string_to_nested_lines

docs/source/_exts/reactpy_example.py:175–176  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

173
174
175def _string_to_nested_lines(content):
176 return StringList(content.split("\n"))
177
178
179def setup(app: Sphinx) -> None:

Callers 1

_make_tab_itemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected