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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_codeccallbacks.py733 def badencodereturn2(exc): function in function:CodecCallbackTest.test_encodehelper
735 codecs.register_error("test.badencodereturn2", badencodereturn2)
736 self.assertRaises(TypeError, u"\xff".encode, "ascii", "test.badencodereturn2")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_codeccallbacks.py733 def badencodereturn2(exc): function in function:CodecCallbackTest.test_encodehelper
735 codecs.register_error("test.badencodereturn2", badencodereturn2)
736 self.assertRaises(TypeError, u"\xff".encode, "ascii", "test.badencodereturn2")

Completed in 37 milliseconds