MCPcopy Index your code
hub / github.com/python/cpython / I

Class I

Lib/test/test_str.py:1140–1142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138 return object.__format__(self, format_spec)
1139
1140 class I(datetime.date):
1141 def __format__(self, format_spec):
1142 return self.strftime(format_spec)
1143
1144 class J(int):
1145 def __format__(self, format_spec):

Callers 1

test_formatMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_formatMethod · 0.56