Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_config_script.py52 def guess_presets_from_help(help_text): argument
58 hits = re.findall(r'\{([-\w,]+)\}', help_text)
67 hits = re.findall(r'\n +([-\w]+) +- ', help_text)
81 help_text = subprocess.run([options.script, '--help'],
85 return guess_presets_from_help(help_text.decode('ascii'))