acidbase.print_string

acidbase.print_string(x: object) str

Coerce an object to a human-friendly print string.

Parameters:

x (object) – Value to render. Lists, tuples, and sets are joined with ", ".

Returns:

Human-readable string representation of x.

Return type:

str