Pretty.inspect
You're seeing just the function
inspect, go back to Pretty module for more information.
Specs
inspect(item, inspect_opts()) :: item when item: var
Inspect an item, writing the report to the standard output. Return the item unchanged.
Like IO.inspect/2, but with pretty defaults appropriate to the device.
See inspect/3 for details on option handling.
Specs
inspect(IO.device(), item, inspect_opts()) :: item when item: var
Inspect an item, writing the report to a device. Return the item unchanged.
Like IO.inspect/3, but with pretty defaults appropriate to the device:
- Set
prettytotrue - Set
widthaccording to the device's:io.columns/1if possible, else theInspect.Optsdefault of 80 - Set
syntax_colorsaccording to the device node'sIEx.Config.inspect_opts/1