Searched refs:PythonIndenter (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/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)
|
/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)
|