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

  /external/python/cpython2/Tools/scripts/
pindent.py 351 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
357 # end def complete_string
396 result = complete_string(source, stepsize, tabsize, expandtabs)
  /external/python/cpython3/Tools/scripts/
pindent.py 349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
355 # end def complete_string
394 result = complete_string(source, stepsize, tabsize, expandtabs)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pindent.py 399 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
405 # end def complete_string
425 result = complete_string(source, stepsize, tabsize, expandtabs)

Completed in 89 milliseconds