Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dfancy_getopt.py408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace)) variable
423 text = string.translate(text, WS_TRANS)