tomwer.core.process.reconstruction.nabu.utils.retrieve_lst_of_value_from_str#

tomwer.core.process.reconstruction.nabu.utils.retrieve_lst_of_value_from_str(my_string, type_)#

Return a list of value from a string like ‘12,23’ or ‘(12, 23)’, ‘[12;23]’, ‘12;23’ or with the pattern from:to:step like ‘0:10:1’

Parameters:

mystring (str) –

Return type:

tuple

Returns:

list of single value