D | pindent.py | 332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 333 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 339 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 345 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 352 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) 357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 360 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs) [all …]
|