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

Class DatetimeDatetimeTests

Lib/test/test_hash.py:341–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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))
343
344class DatetimeTimeTests(DatetimeTests, unittest.TestCase):
345 repr_ = repr(datetime.time(0))

Callers

nothing calls this directly

Calls 2

reprFunction · 0.85
datetimeMethod · 0.80

Tested by

no test coverage detected