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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace)) variable in class:TextWrapper
157 text = text.translate(self.whitespace_trans)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace)) variable in class:TextWrapper
157 text = text.translate(self.whitespace_trans)

Completed in 39 milliseconds