exact_str
No overview available.
def exact_str(
value: any
) - > string
Converts a value to its exact string representation, ensuring that numeric types like floats are not truncated or formatted in scientific notation.
Parameters
| Name | Type | Description |
|---|---|---|
| value | any | The input value to be converted into a string format. |
Returns
| Type | Description |
|---|---|
string | The precise string representation of the input value. |