Searched refs:num_as_string_maybe_with_commas (Results 1 – 1 of 1) sorted by relevance
17 def vp_extract_num_from_string(num_as_string_maybe_with_commas): argument18 return int(num_as_string_maybe_with_commas.replace(',',''))