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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
423 text = string.translate(text, WS_TRANS)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
423 text = string.translate(text, WS_TRANS)

Completed in 54 milliseconds