Searched refs:arg_indent (Results 1 – 1 of 1) sorted by relevance
10 arg_indent = ' ' * 14 variable93 if not line.startswith(arg_indent):94 …scription is not indented correctly. We need {} spaces as indentation.\n'.format(len(arg_indent)))95 print('{}'.format(format_arg_text(line[len(arg_indent):])))