est.core.utils.pretty_print.tree# est.core.utils.pretty_print.tree(obj, title=None) → str[source]# Pretty-print a BaseModel or dictionary as a tree. Nested dicts and BaseModels are recursed. NumPy arrays are summarized (shape, min, max). ASCII fallback if stdout does not support UTF-8.