Searched refs:complex_num (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 1824 def complex_num(self): function 1862 ("__complex__", complex, complex_num, set(), {}),
|
/external/python/cpython3/Lib/test/ |
D | test_descr.py | 1950 def complex_num(self): function 1987 ("__complex__", complex, complex_num, set(), {}),
|