Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
175
def
_string_to_nested_lines(content):
176
return
StringList(content.split(
"\n"
))
177
178
179
def
setup(app: Sphinx) -> None:
Callers
1
_make_tab_items
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected