Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ J
Class
J
Lib/test/test_str.py:1144–1146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1142
return
self.strftime(format_spec)
1143
1144
class
J(int):
1145
def
__format__(self, format_spec):
1146
return
int.__format__(self * 2, format_spec)
1147
1148
class
M:
1149
def
__init__(self, x):
Callers
1
test_format
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_format
Method · 0.56