Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dmenuconfig.py2633 s += "Help:\n\n{}\n\n".format(_indent(node.help, 2))
2775 _indent(node.custom_str(_name_and_val_str), 2))
2807 def _indent(s, n): function