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