Home | History | Annotate | Download | only in Lib

Lines Matching defs:__format__

234         for name in ('__repr__', '__str__', '__format__', '__reduce_ex__'):
564 def __format__(self, format_spec):
565 # mixed-in Enums should use the mixed-in type's __format__, otherwise
577 return cls.__format__(val, format_spec)