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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getopt.py 47 opts, args = getopt.do_shorts([], 'a', 'a', [])
51 opts, args = getopt.do_shorts([], 'a1', 'a:', [])
55 #opts, args = getopt.do_shorts([], 'a=1', 'a:', [])
59 opts, args = getopt.do_shorts([], 'a', 'a:', ['1'])
63 opts, args = getopt.do_shorts([], 'a', 'a:', ['1', '2'])
67 self.assertError(getopt.do_shorts, [], 'a1', 'a', [])
68 self.assertError(getopt.do_shorts, [], 'a', 'a:', [])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getopt.py 47 opts, args = getopt.do_shorts([], 'a', 'a', [])
51 opts, args = getopt.do_shorts([], 'a1', 'a:', [])
55 #opts, args = getopt.do_shorts([], 'a=1', 'a:', [])
59 opts, args = getopt.do_shorts([], 'a', 'a:', ['1'])
63 opts, args = getopt.do_shorts([], 'a', 'a:', ['1', '2'])
67 self.assertError(getopt.do_shorts, [], 'a1', 'a', [])
68 self.assertError(getopt.do_shorts, [], 'a', 'a:', [])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args): function

Completed in 748 milliseconds