datatable.options.debug.arg_max_size¶
arg_max_size
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
intCurrent arg_max_size value. Initially, this option is set to 100.
new_arg_max_size
intNew arg_max_size value, should be non-negative.
If new_arg_max_size < 10, then arg_max_size will be set to 10.
except
TypeErrorThe exception is raised when new_arg_max_size is negative.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.