custom_format
| Name | Type | Default | Description |
|---|---|---|---|
x | tp.Any | -- | The input value to format. Can be a datetime, timedelta, float, or any other type. |
| Type | Description |
|---|---|
str | A formatted string representation of the input value. |
systematica.utils.formatting
custom_format| Name | Type | Default | Description |
|---|---|---|---|
x | tp.Any | -- | The input value to format. Can be a datetime, timedelta, float, or any other type. |
| Type | Description |
|---|---|
str | A formatted string representation of the input value. |