ID EN
Enum

_numeric_repr_

Python 3.11

Function used to format any remaining unnamed numeric values. Default is the value’s repr; common choices are hex() and oct().

Syntax

PYTHON
_numeric_repr_()

See Also

hex() oct()