Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ commaString2List
Function
commaString2List
Lib/pagebot/toolbox/transformer.py:290–291 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
288
# S T R I N G
289
290
def
commaString2List(s):
291
return
stringList2StrippedList(s.split(
','
))
292
293
def
stringList2StrippedList(strings):
294
l = []
Callers
1
commaString2IntegerList
Function · 0.85
Calls
1
stringList2StrippedList
Function · 0.85
Tested by
no test coverage detected