Home
last modified time | relevance | path

Searched refs:whitespace_trans (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtextwrap.py74 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace)) variable in TextWrapper
149 text = text.translate(self.whitespace_trans)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtextwrap.py82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace)) variable in TextWrapper
157 text = text.translate(self.whitespace_trans)