Home
last modified time | relevance | path

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

/third_party/python/Lib/
D_pydecimal.py192 class DecimalException(ArithmeticError): class
/third_party/python/Modules/_decimal/
D_decimal.c158 static PyObject *DecimalException = NULL; variable