Home
last modified time | relevance | path

Searched refs:delete_string (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dpindent.py359 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
410 result = delete_string(source, stepsize, tabsize, expandtabs)
/external/python/cpython3/Tools/scripts/
Dpindent.py357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
408 result = delete_string(source, stepsize, tabsize, expandtabs)