MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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

Callers 11

test_empty_maildirMethod · 0.45
test_compare_membersMethod · 0.45
_test_pathnameMethod · 0.45
_testMethod · 0.45

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected