/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_fixers.py | 48 def warns_unchanged(self, before, message): member in class:FixerTestCase 900 self.warns_unchanged(s, "Python 3 does not support string exceptions") 904 self.warns_unchanged(s, "Python 3 does not support string exceptions") 908 self.warns_unchanged(s, "Python 3 does not support string exceptions") 993 self.warns_unchanged(s, "Python 3 does not support string exceptions") 997 self.warns_unchanged(s, "Python 3 does not support string exceptions") 1001 self.warns_unchanged(s, "Python 3 does not support string exceptions") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_fixers.py | 48 def warns_unchanged(self, before, message): member in class:FixerTestCase 900 self.warns_unchanged(s, "Python 3 does not support string exceptions") 904 self.warns_unchanged(s, "Python 3 does not support string exceptions") 908 self.warns_unchanged(s, "Python 3 does not support string exceptions") 993 self.warns_unchanged(s, "Python 3 does not support string exceptions") 997 self.warns_unchanged(s, "Python 3 does not support string exceptions") 1001 self.warns_unchanged(s, "Python 3 does not support string exceptions") [all...] |