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

Class DateTimeSubclass

Lib/test/datetimetester.py:7039–7040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7037
7038 def test_PyDateTime_DATE_GET(self):
7039 class DateTimeSubclass(datetime):
7040 pass
7041
7042 for klass in [datetime, DateTimeSubclass]:
7043 for args in [(1993, 8, 26, 22, 12, 55, 99999),

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…