Searched refs:reformat_string (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Tools/scripts/ |
D | pindent.py | 365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function 422 result = reformat_string(source, stepsize, tabsize, expandtabs)
|
/external/python/cpython2/Tools/scripts/ |
D | pindent.py | 367 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function 424 result = reformat_string(source, stepsize, tabsize, expandtabs)
|