Repr
Repr(**kwargs)Expression printing options.
Attributes
| Name | Type | Description |
|---|---|---|
| depth | int | The maximum number of expression nodes to print when repring. |
| table_columns | int | The number of columns to show in leaf table expressions. |
| table_rows | int | The number of rows to show for in memory tables. |
| query_text_length | int | The maximum number of characters to show in the query field repr of SQLQueryResult operations. |
| show_types | bool | Show the inferred type of value expressions in the repr. |
| show_variables | bool | Show the variables in the repr instead of generated names. This is an advanced option and may not work in all scenarios. |
| interactive | bool | Options controlling the interactive repr. |