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

Function _join_options

docs/source/_exts/reactpy_example.py:124–125  ·  view source on GitHub ↗
(option_strings: list[str])

Source from the content-addressed store, hash-verified

122
123
124def _join_options(option_strings: list[str]) -> str:
125 return "\n ".join(option_strings)
126
127
128OPTION_PATTERN = re.compile(r"#\s:[\w-]+:.*")

Callers 1

_literal_includeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected