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

Class DateTimeSubclass

Lib/test/datetimetester.py:6852–6853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6850
6851 def test_PyDateTime_DATE_GET(self):
6852 class DateTimeSubclass(datetime):
6853 pass
6854
6855 for klass in [datetime, DateTimeSubclass]:
6856 for args in [(1993, 8, 26, 22, 12, 55, 99999),

Calls

no outgoing calls