Searched defs:DecimalException (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Lib/ | ||
| D | _pydecimal.py | 192 class DecimalException(ArithmeticError): class |
| /third_party/python/Modules/_decimal/ | ||
| D | _decimal.c | 158 static PyObject *DecimalException = NULL; variable |