ak.prettyprint.Formatter# Defined in awkward.prettyprint on line 283. class ak.prettyprint.Formatter(formatters: FormatterOptions | None = None, precision: int = 3)# _formatters: FormatterOptions# _precision: int = 3# _cache: dict[type, FormatterType]# _format_complex(data: complex) → str# _format_real(data: float) → str# _find_formatter_impl(cls: type) → FormatterType#