Lines Matching defs:__format__
582 if '__format__' not in classdict:
583 enum_class.__format__ = member_type.__format__
584 classdict['__format__'] = enum_class.__format__
593 for name in ('__repr__', '__str__', '__format__', '__reduce_ex__'):
1221 def __format__(self, format_spec):
1222 return str.__format__(str(self), format_spec)
1708 for name in ('__repr__', '__str__', '__format__', '__reduce_ex__'):
1996 '__str__', '__repr__', '__reduce_ex__', '__format__',