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

Class DatetimeDateTests

Lib/test/test_hash.py:338–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 return 'import datetime; print(hash(%s))' % repr_
337
338class DatetimeDateTests(DatetimeTests, unittest.TestCase):
339 repr_ = repr(datetime.date(1066, 10, 14))
340
341class DatetimeDatetimeTests(DatetimeTests, unittest.TestCase):
342 repr_ = repr(datetime.datetime(1, 2, 3, 4, 5, 6, 7))

Callers

nothing calls this directly

Calls 2

reprFunction · 0.85
dateMethod · 0.80

Tested by

no test coverage detected