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.

new_arg_max_size
int

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

except
TypeError

The exception is raised when new_arg_max_size is negative.