Searched refs:indent (Results 1 – 4 of 4) sorted by relevance
15 def indent(text, spaces=4): function34 print(indent(expected_output))36 print(indent(output))43 print(indent(expected_output))45 print(indent(output))50 print(indent(output))
137 void dump(const std::string& base_path = "", FILE* out = stdout, unsigned indent = 0) const {138 std::string indent_str(indent, ' ');
1029 def format_blocks(tokens, indent=0): argument1042 indent += 21046 if indent >= 2:1047 indent -= 21056 buf = ' ' * indent + '}'1059 result.append(' ' * indent + '}')1073 buf += ' ' * indent + str(t)1082 return result, indent1084 def write(self, out, indent): argument1092 return indent[all …]
205 indent-string=' '