Home
last modified time | relevance | path

Searched refs:num_as_string_maybe_with_commas (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py18 def vp_extract_num_from_string(num_as_string_maybe_with_commas): argument
19 return int(num_as_string_maybe_with_commas.replace(',',''))