MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / _split_list

Function _split_list

docling/cli/main.py:148–151  ·  view source on GitHub ↗
(raw: Optional[str])

Source from the content-addressed store, hash-verified

146
147
148def _split_list(raw: Optional[str]) -> Optional[List[str]]:
149 if raw is None:
150 return None
151 return re.split(r"[;,]", raw)
152
153
154@app.command(no_args_is_help=True)

Callers 1

convertFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected