Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py4760 def custom_str(self, sc_expr_str_fn): argument
4765 return "\n\n".join(node.custom_str(sc_expr_str_fn)
5361 def custom_str(self, sc_expr_str_fn): argument
5366 return "\n\n".join(node.custom_str(sc_expr_str_fn)
5784 def custom_str(self, sc_expr_str_fn): argument
5789 return self._menu_comment_node_str(sc_expr_str_fn) \
5791 self._sym_choice_node_str(sc_expr_str_fn)
5793 def _menu_comment_node_str(self, sc_expr_str_fn): argument
5798 s += "\n\tdepends on {}".format(expr_str(self.dep, sc_expr_str_fn))
5802 sc_expr_str_fn))
[all …]