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