HomeSort by relevance Sort by last modified time
    Searched refs:reformat_string (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Tools/scripts/
pindent.py 367 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
373 # end def reformat_string
424 result = reformat_string(source, stepsize, tabsize, expandtabs)
  /external/python/cpython3/Tools/scripts/
pindent.py 365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
371 # end def reformat_string
422 result = reformat_string(source, stepsize, tabsize, expandtabs)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pindent.py 415 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
421 # end def reformat_string
455 result = reformat_string(source, stepsize, tabsize, expandtabs)

Completed in 106 milliseconds