fn fmt_debug()

in pyo3_special_method_derive_macro/src/str_repr.rs [61:65]


                fn fmt_debug(&self) -> String {
                    use pyo3_special_method_derive::PyDebug;
                    #body_debug
                    repr
                }