object.__format__(x, '')
str(x)
rather than `format(str(self), '')`.
Source files for various builtin objects