Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dfancy_getopt.py27 longopt_xlate = str.maketrans('-', '_') variable
108 return long_option.translate(longopt_xlate)
433 return opt.translate(longopt_xlate)
Dcmd.py152 from distutils.fancy_getopt import longopt_xlate
158 option = option.translate(longopt_xlate)
/third_party/python/Lib/distutils/command/
Dinstall.py400 from distutils.fancy_getopt import longopt_xlate
408 opt_name = opt_name.translate(longopt_xlate)
411 opt_name = opt_name.translate(longopt_xlate)