Searched refs:PythonIndenter (Results 1 – 1 of 1) sorted by relevance
| /third_party/python/Tools/scripts/ |
| D | pindent.py | 98 class PythonIndenter: class 333 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 339 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 345 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 352 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 360 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 368 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs)
|