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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
testcode.py 29 string.capwords(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
testcode.py 29 string.capwords(1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 369 def capwords(s, sep=None): function
370 """capwords(s, [sep]) -> string
string.py 45 def capwords(s, sep=None): function
46 """capwords(s [,sep]) -> string
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 369 def capwords(s, sep=None): function
370 """capwords(s, [sep]) -> string
string.py 45 def capwords(s, sep=None): function
46 """capwords(s [,sep]) -> string
  /external/chromium_org/tools/generate_stubs/
generate_stubs.py 536 that's not [_a-zA-Z0-9]) and is run through string.capwords to try
545 return string.capwords(re.sub(INVALID_C_IDENT_CHARS, '', identifier))
    [all...]

Completed in 274 milliseconds