Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Callers
12
test_empty_maildir
Method · 0.45
test_nonempty_maildir_cur
Method · 0.45
test_nonempty_maildir_new
Method · 0.45
test_nonempty_maildir_both
Method · 0.45
test_custom_serializer_and_deserializer_bsd_db_shelf
Method · 0.45
test_premature_end_of_archive
Method · 0.45
test_fileobj_with_offset
Method · 0.45
test_next_on_empty_tarfile
Method · 0.45
test_fileobj_regular_file
Method · 0.45
test_compare_members
Method · 0.45
_test_pathname
Method · 0.45
_test
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected