MCPcopy Index your code
hub / github.com/python/cpython / next

Method next

Lib/test/test_unittest/testmock/testmock.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 return self
24
25 def next(self):
26 return next(self.thing)
27
28 __next__ = next
29

Calls

no outgoing calls

Tested by

no test coverage detected