Home
last modified time | relevance | path

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

/zcbor-3.6.0/tests/scripts/
Dtest_repo_files.py59 def version_int(in_str): argument
60 return int(search(r'\A\d+', in_str)[0]) # e.g. '0rc' -> '0'