larray.get_options
- larray.get_options()[source]
Return the current options.
- Returns
- Dictionary of current print options with keys
display_precision: int or None
display_width: int
display_maxlines: int
display_edgeitems : int
- For a full description of these options, see
set_options
.
See also
Examples
>>> get_options() {'display_precision': None, 'display_width': 80, 'display_maxlines': 200, 'display_edgeitems': 5}