Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ SubclassDatetime
Class
SubclassDatetime
Lib/test/datetimetester.py:2232–2233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2230
# datetime tests
2231
2232
class
SubclassDatetime(datetime):
2233
sub_var = 1
2234
2235
class
TestDateTime(TestDate):
2236
Callers
3
test_pickling_subclass_datetime
Method · 0.85
test_repr_subclass
Method · 0.85
test_date_datetime_comparison
Method · 0.85
Calls
no outgoing calls
Tested by
3
test_pickling_subclass_datetime
Method · 0.68
test_repr_subclass
Method · 0.68
test_date_datetime_comparison
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…