Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dfancy_getopt.py92 raise DistutilsGetoptError(
114 raise DistutilsGetoptError(("invalid %s '%s': "
117 raise DistutilsGetoptError(("invalid %s '%s': "
156 raise DistutilsGetoptError(("invalid long option '%s': "
161 raise DistutilsGetoptError("invalid short option '%s': "
177 raise DistutilsGetoptError(
190 raise DistutilsGetoptError(
201 raise DistutilsGetoptError(
Derrors.py27 class DistutilsGetoptError (DistutilsError): class