Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_descr.py2716 class madcomplex(complex): class
2719 a = madcomplex(-3, 4)
2726 a = madcomplex(a) # just trying another form of the constructor
/external/python/cpython3/Lib/test/
Dtest_descr.py2701 class madcomplex(complex): class
2704 a = madcomplex(-3, 4)
2711 a = madcomplex(a) # just trying another form of the constructor