Home
last modified time | relevance | path

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

/third_party/python/Lib/
D_pydecimal.py162 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent') variable
164 DecimalTuple = lambda *args: args function
/third_party/python/Modules/_decimal/
D_decimal.c3840 static PyTypeObject *DecimalTuple = NULL; variable