Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ newmeth
Method
newmeth
Lib/test/datetimetester.py:1902–1903 ·
view source on GitHub ↗
(self, start)
Source
from the content-addressed store, hash-verified
1900
return
result
1901
1902
def
newmeth(self, start):
1903
return
start + self.year + self.month
1904
1905
args = 2003, 4, 14
1906
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