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

Class DatetimeDateTests

Lib/test/test_hash.py:330–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 return 'import datetime; print(hash(%s))' % repr_
329
330class DatetimeDateTests(DatetimeTests, unittest.TestCase):
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))

Callers

nothing calls this directly

Calls 1

dateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…