pwtools
Navigation
API Reference
Features
Installation
Tutorial
Background, details, special topics
Related Topics
Documentation overview
API Reference
common
Previous:
pwtools.common.seq2str
Next:
pwtools.common.str2tup
Quick search
pwtools.common.str2seq
¶
pwtools.common.
str2seq
(
st
,
func=<class
'int'>
,
sep=None
)
[source]
¶
“1 2 3” -> [func(‘1’), func(‘2’), func(‘3’)]