Home
last modified time | relevance | path

Searched defs:longopt_xlate (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py31 longopt_xlate = string.maketrans('-', '_') variable
/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py27 longopt_xlate = str.maketrans('-', '_') variable