MCPcopy 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_dateMethod · 0.95
test_subclass_timeMethod · 0.95
test_subclass_timetzMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected