Skip to main content

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

NameTypeDescription
valueanyThe input value to be converted into a string format.

Returns

TypeDescription
stringThe precise string representation of the input value.