Home
last modified time | relevance | path

Searched refs:ComplexSubclass (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_getargs2.py103 class ComplexSubclass(complex): class
116 return ComplexSubclass(4.25+0.5j)
120 return ComplexSubclass(4.25+0.5j)
389 self.assertEqual(getargs_D(ComplexSubclass(7.5+0.25j)), 7.5+0.25j)
/external/python/cpython3/Lib/test/
Dtest_getargs2.py105 class ComplexSubclass(complex): class
118 return ComplexSubclass(4.25+0.5j)
122 return ComplexSubclass(4.25+0.5j)
415 self.assertEqual(getargs_D(ComplexSubclass(7.5+0.25j)), 7.5+0.25j)