pprint
A wrapper around pprint.pprint -- for debugging, really.
def pprint(
value: any
) - > string
A wrapper around pprint.pprint -- for debugging, really.
Parameters
| Name | Type | Description |
|---|---|---|
| value | any | The Python object or value to be formatted for debugging purposes. |
Returns
| Type | Description |
|---|---|
string | The formatted string representation of the object, or an error message if formatting fails. |