pwtools.common.str2seq

pwtools.common.str2seq(st, func=<class 'int'>, sep=None)[source]

“1 2 3” -> [func(‘1’), func(‘2’), func(‘3’)]