/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pep352.py | 18 _deprecations = [(msg, DeprecationWarning) for msg in DEPRECATION_WARNINGS] 141 with check_warnings(("", DeprecationWarning)): 213 # Catching a string should trigger a DeprecationWarning. 218 with self.assertRaises(DeprecationWarning): 226 with self.assertRaises(DeprecationWarning):
|
test_userlist.py | 57 (".+__(get|set|del)slice__ has been removed", DeprecationWarning)):
|
test_commands.py | 64 DeprecationWarning)):
|
test_macostools.py | 51 DeprecationWarning), quiet=True):
|
test_popen2.py | 6 DeprecationWarning) 8 DeprecationWarning)
|
test_userstring.py | 140 DeprecationWarning) 143 DeprecationWarning)
|
test_getargs2.py | 219 category=DeprecationWarning, 226 category=DeprecationWarning, 229 self.assertRaises(DeprecationWarning, getargs_L, 3.14)
|
test___all__.py | 27 DeprecationWarning), quiet=True):
|
test_cookie.py | 95 DeprecationWarning)):
|
test_zipimport_support.py | 185 deprecations.append(("class Tester is deprecated", DeprecationWarning)) 189 ("execfile.. not supported", DeprecationWarning)]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_userlist.py | 57 (".+__(get|set|del)slice__ has been removed", DeprecationWarning)):
|
test_commands.py | 64 DeprecationWarning)):
|
test_macostools.py | 51 DeprecationWarning), quiet=True):
|
test_popen2.py | 6 DeprecationWarning) 8 DeprecationWarning)
|
test_userstring.py | 140 DeprecationWarning) 143 DeprecationWarning)
|
test_getargs2.py | 219 category=DeprecationWarning, 226 category=DeprecationWarning, 229 self.assertRaises(DeprecationWarning, getargs_L, 3.14)
|
test___all__.py | 27 DeprecationWarning), quiet=True):
|
test_cookie.py | 95 DeprecationWarning)):
|
test_zipimport_support.py | 185 deprecations.append(("class Tester is deprecated", DeprecationWarning)) 189 ("execfile.. not supported", DeprecationWarning)]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
commands.py | 40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
|
contextlib.py | 104 DeprecationWarning, 3)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
commands.py | 40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
|
contextlib.py | 104 DeprecationWarning, 3)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
parser.py | 52 DeprecationWarning, 2)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
parser.py | 52 DeprecationWarning, 2)
|