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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 344 self.assertEqual(opt1._short_opts, ["-v", "-n"])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 344 self.assertEqual(opt1._short_opts, ["-v", "-n"])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 347 for sopt in option._short_opts]
351 short_opts = option._short_opts
448 _short_opts : [string]
561 # Set _short_opts, _long_opts attrs from 'opts' tuple.
563 self._short_opts = []
600 self._short_opts.append(opt)
691 self.dest = self._short_opts[0][1]
748 return "/".join(self._short_opts + self._long_opts)
759 return self._short_opts[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 347 for sopt in option._short_opts]
351 short_opts = option._short_opts
448 _short_opts : [string]
561 # Set _short_opts, _long_opts attrs from 'opts' tuple.
563 self._short_opts = []
600 self._short_opts.append(opt)
691 self.dest = self._short_opts[0][1]
748 return "/".join(self._short_opts + self._long_opts)
759 return self._short_opts[0]
    [all...]

Completed in 454 milliseconds