MCPcopy Create free account
hub / github.com/RustPython/RustPython / J

Class J

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

Source from the content-addressed store, hash-verified

1140 return self.strftime(format_spec)
1141
1142 class J(int):
1143 def __format__(self, format_spec):
1144 return int.__format__(self * 2, format_spec)
1145
1146 class M:
1147 def __init__(self, x):

Callers 1

test_formatMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_formatMethod · 0.56