Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
501
def
parse_stringified_list(s):
502
items = re.split(
" *, *"
, s)
503
return
[item
for
item in items
if
item !=
""
]
504
505
506
class
Location:
Callers
1
load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected