Home
/
Python 3.11
/
Decimal
/
as_tuple
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Decimal
as_tuple
Python 3.11
Return a named tuple representation of the number: DecimalTuple(sign, digits, exponent).
Syntax
PYTHON
Copy
as_tuple()
See Also
named tuple