Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py4798 def custom_str(self, sc_expr_str_fn): argument
4803 return "\n\n".join(node.custom_str(sc_expr_str_fn)
5399 def custom_str(self, sc_expr_str_fn): argument
5404 return "\n\n".join(node.custom_str(sc_expr_str_fn)
5823 def custom_str(self, sc_expr_str_fn): argument
5828 return self._menu_comment_node_str(sc_expr_str_fn) \
5830 self._sym_choice_node_str(sc_expr_str_fn)
5832 def _menu_comment_node_str(self, sc_expr_str_fn): argument
5837 s += "\n\tdepends on {}".format(expr_str(self.dep, sc_expr_str_fn))
5841 sc_expr_str_fn))
[all …]