Searched defs:raises (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_sys_settrace.py95 def raises(): function
100 raises()
392 """A trace function that raises an exception in response to a
400 """The function to trace; raises an exception if that's the case
H A Dtest_descr.py898 def raises(exc, expected, callable, *args): function in function:.test_mro_disagreement
915 raises(TypeError, "duplicate base class A",
917 raises(TypeError, mro_err_msg,
919 raises(TypeError, mro_err_msg,
927 raises(TypeError, mro_err_msg,
1573 # In CPython, the class creation above already raises
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_sys_settrace.py95 def raises(): function
100 raises()
392 """A trace function that raises an exception in response to a
400 """The function to trace; raises an exception if that's the case
H A Dtest_descr.py898 def raises(exc, expected, callable, *args): function in function:.test_mro_disagreement
915 raises(TypeError, "duplicate base class A",
917 raises(TypeError, mro_err_msg,
919 raises(TypeError, mro_err_msg,
927 raises(TypeError, mro_err_msg,
1573 # In CPython, the class creation above already raises

Completed in 128 milliseconds