MCPcopy
hub / github.com/borgbackup/borg / parse_stringified_list

Function parse_stringified_list

src/borg/helpers/parseformat.py:501–503  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

499
500
501def parse_stringified_list(s):
502 items = re.split(" *, *", s)
503 return [item for item in items if item != ""]
504
505
506class Location:

Callers 1

loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected