Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dfancy_getopt.py373 WS_TRANS = {ord(_wschar) : ' ' for _wschar in string.whitespace} variable
387 text = text.translate(WS_TRANS)