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.
value
intNew arg_max_size value, should be non-negative.
If value < 10, then arg_max_size will be set to 10.
except
TypeErrorThe exception is raised when value 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.