Home
last modified time | relevance | path

Searched refs:short_has_arg (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_getopt.py22 self.assertTrue(getopt.short_has_arg('a', 'a:'))
23 self.assertFalse(getopt.short_has_arg('a', 'a'))
24 self.assertError(getopt.short_has_arg, 'a', 'b')
/third_party/python/Lib/
H A Dgetopt.py195 if short_has_arg(opt, shortopts):
207 def short_has_arg(opt, shortopts): function

Completed in 1 milliseconds