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

Calls

no outgoing calls

Tested by

no test coverage detected