Home
last modified time | relevance | path

Searched defs:DecimalException (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Ddecimal.py160 class DecimalException(ArithmeticError): class
/external/python/cpython3/Lib/
D_pydecimal.py188 class DecimalException(ArithmeticError): class
/external/python/cpython3/Modules/_decimal/
D_decimal.c148 static PyObject *DecimalException = NULL; variable