Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py144 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent') variable
146 DecimalTuple = lambda *args: args function
/external/python/cpython3/Lib/
D_pydecimal.py162 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent') variable
164 DecimalTuple = lambda *args: args function
/external/python/cpython3/Modules/_decimal/
D_decimal.c3671 static PyTypeObject *DecimalTuple = NULL; variable