repr
constrepr: (x:unknown) =>string=builtins.repr
Defined in: packages/pythonlib/src/index.ts:182
Return a string containing a printable representation of an object.
Strings are quoted, other types use str() representation.
Parameters
| Parameter | Type | Description |
|---|---|---|
x | unknown | The value to represent |
Returns
string
A printable representation