Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_decimal.py1540 def checkSameDec(operation, useOther=False): function
1560 checkSameDec("__abs__")
1561 checkSameDec("__add__", True)
1562 checkSameDec("__div__", True)
1563 checkSameDec("__divmod__", True)
1564 checkSameDec("__eq__", True)
1565 checkSameDec("__ne__", True)
1566 checkSameDec("__le__", True)
1567 checkSameDec("__lt__", True)
1568 checkSameDec("__ge__", True)
[all …]