Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ newmeth
Method
newmeth
Lib/test/datetimetester.py:1907–1908 ·
view source on GitHub ↗
(self, start)
Source
from the content-addressed store, hash-verified
1905
return
result
1906
1907
def
newmeth(self, start):
1908
return
start + self.year + self.month
1909
1910
args = 2003, 4, 14
1911
Callers
5
test_subclass_date
Method · 0.95
test_subclass_datetime
Method · 0.95
test_subclass_time
Method · 0.95
test_subclass_timetz
Method · 0.95
test_subclass_datetimetz
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected