datatable.options.debug.arg_max_size

This option limits the display size of each argument in order to prevent potentially huge outputs. It has no effect, if debug.report_args is False.

Parameters

return
int

Current arg_max_size value. Initially, this option is set to 100.

value
int

New arg_max_size value, should be non-negative. If value < 10, then arg_max_size will be set to 10.

except
TypeError

The exception is raised when value is negative.