Searched refs:PythonIndenter (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Tools/scripts/ |
D | pindent.py | 100 class PythonIndenter: class 335 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 341 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 347 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 354 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 362 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 370 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs)
|