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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_builtin.py 532 class badstr(str): class in function:BuiltinTest.test_filter
535 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr("1234"))
557 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr(unicode("1234")))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py 532 class badstr(str): class in function:BuiltinTest.test_filter
535 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr("1234"))
557 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr(unicode("1234")))
    [all...]

Completed in 96 milliseconds