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

/external/python/cpython2/Lib/test/
H A Dtest_pow.py99 class TestRpow: class in function:PowTest.test_bug643260
102 None ** TestRpow() # Won't fail when __rpow__ invoked. SF bug #643260.
/external/python/cpython3/Lib/test/
H A Dtest_pow.py96 class TestRpow: class in function:PowTest.test_bug643260
99 None ** TestRpow() # Won't fail when __rpow__ invoked. SF bug #643260.

Completed in 244 milliseconds