Cldr.Calendar.inspect

You're seeing just the function inspect, go back to Cldr.Calendar module for more information.
Link to this function

inspect(term, opts \\ [])

View Source

Specs

inspect(term(), list()) :: Inspect.Algebra.t()

An inspect_fun/2 that can be configured in Inspect.Opts supporting inspection of user-defined calendars.

This function can be configured in IEx for Elixir version 1.9 and later by:

IEx.configure(inspect: [inspect_fun: &Cldr.Calendar.inspect/2])
:ok