in pyo3_special_method_derive/src/lib.rs [124:126]
fn fmt_debug(&self) -> String { do_format('[', ']', self.iter().map(|x| x.fmt_debug())) }