fn fmt_display()

in pyo3_special_method_derive/src/lib.rs [65:69]


            fn fmt_display(&self) -> String {
                format!("{self:?}")
                // NOTE: Do not use the Display impl.
                // format!("{self}")
            }