MCPcopy 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
290def commaString2List(s):
291 return stringList2StrippedList(s.split(','))
292
293def stringList2StrippedList(strings):
294 l = []

Callers 1

commaString2IntegerListFunction · 0.85

Calls 1

stringList2StrippedListFunction · 0.85

Tested by

no test coverage detected