Searched refs:_indent (Results 1 – 1 of 1) sorted by relevance
2639 s += "Help:\n\n{}\n\n".format(_indent(node.help, 2))2781 _indent(node.custom_str(_name_and_val_str), 2))2813 def _indent(s, n): function