HomeSort by relevance Sort by last modified time
    Searched refs:_long_opt_fmt (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 193 _long_opt_fmt : str
222 self._long_opt_fmt = "%s=%s"
237 self._long_opt_fmt = "%s" + delim + "%s"
348 long_opts = [self._long_opt_fmt % (lopt, metavar)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 193 _long_opt_fmt : str
222 self._long_opt_fmt = "%s=%s"
237 self._long_opt_fmt = "%s" + delim + "%s"
348 long_opts = [self._long_opt_fmt % (lopt, metavar)
    [all...]

Completed in 30 milliseconds