Repr

Repr(self, **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.
interactive bool Options controlling the interactive repr.
Back to top