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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_builtin.py 537 class badstr2(str): class in function:BuiltinTest.test_filter
540 self.assertRaises(TypeError, filter, lambda x: x >=42, badstr2("1234"))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py 537 class badstr2(str): class in function:BuiltinTest.test_filter
540 self.assertRaises(TypeError, filter, lambda x: x >=42, badstr2("1234"))
    [all...]

Completed in 982 milliseconds