MCPcopy Index your code
hub / github.com/RustPython/RustPython / SubclassDate

Class SubclassDate

Lib/test/datetimetester.py:1214–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1212 date.strptime('02-29,2024', '%m-%d,%Y')
1213
1214class SubclassDate(date):
1215 sub_var = 1
1216
1217class TestDate(HarmlessMixedComparison, unittest.TestCase):
1218 # Tests here should pass for both dates and datetimes, except for a

Callers 3

test_repr_subclassMethod · 0.85

Calls

no outgoing calls

Tested by 3

test_repr_subclassMethod · 0.68