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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 345 self.assertEqual(opt1._long_opts, ["--verbose", "--noisy"])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 345 self.assertEqual(opt1._long_opts, ["--verbose", "--noisy"])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 349 for lopt in option._long_opts]
352 long_opts = option._long_opts
449 _long_opts : [string]
561 # Set _short_opts, _long_opts attrs from 'opts' tuple.
564 self._long_opts = []
607 self._long_opts.append(opt)
687 if self._long_opts:
689 self.dest = self._long_opts[0][2:].replace('-', '_')
748 return "/".join(self._short_opts + self._long_opts)
756 if self._long_opts
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 349 for lopt in option._long_opts]
352 long_opts = option._long_opts
449 _long_opts : [string]
561 # Set _short_opts, _long_opts attrs from 'opts' tuple.
564 self._long_opts = []
607 self._long_opts.append(opt)
687 if self._long_opts:
689 self.dest = self._long_opts[0][2:].replace('-', '_')
748 return "/".join(self._short_opts + self._long_opts)
756 if self._long_opts
    [all...]

Completed in 81 milliseconds