Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dpstats.pck11 …/distutils/fancy_getopt.pyiS���u ���_build_index(���i���i���g�&�|��>gT�qs*�>{(���u4���/home/…
55 …i���g��������g��������(���u4���/home/gbr/devel/python/Lib/distutils/fancy_getopt.pyip���u���_ch…
85 …i���g�&�|��>g���מY?0(���u4���/home/gbr/devel/python/Lib/distutils/fancy_getopt.pyi����u���get…
86 …���g�@fg�;?gMLb�GH?0(���u4���/home/gbr/devel/python/Lib/distutils/fancy_getopt.pyi���u ���Fan…
/third_party/python/Lib/distutils/command/
Dbdist.py15 from distutils.fancy_getopt import FancyGetopt
Dsdist.py25 from distutils.fancy_getopt import FancyGetopt
Dinstall.py400 from distutils.fancy_getopt import longopt_xlate
/third_party/python/Lib/distutils/
Dcmd.py152 from distutils.fancy_getopt import longopt_xlate
Dfancy_getopt.py367 def fancy_getopt(options, negative_opt, object, args): function
Dccompiler.py980 from distutils.fancy_getopt import FancyGetopt
Ddist.py18 from distutils.fancy_getopt import FancyGetopt, translate_longopt
/third_party/python/Doc/distutils/
Dapiref.rst1339 :mod:`distutils.fancy_getopt` --- Wrapper around the standard getopt module
1342 .. module:: distutils.fancy_getopt
1351 * options have help strings, so :func:`fancy_getopt` could potentially create a
1360 .. function:: fancy_getopt(options, negative_opt, object, args)