MCPcopy Index your code
hub / github.com/python/cpython / DatetimeDatetimeTests

Class DatetimeDatetimeTests

Lib/test/test_hash.py:333–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 repr_ = repr(datetime.date(1066, 10, 14))
332
333class DatetimeDatetimeTests(DatetimeTests, unittest.TestCase):
334 repr_ = repr(datetime.datetime(1, 2, 3, 4, 5, 6, 7))
335
336class DatetimeTimeTests(DatetimeTests, unittest.TestCase):
337 repr_ = repr(datetime.time(0))

Callers

nothing calls this directly

Calls 1

datetimeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…