Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __next__
Method
__next__
tools/python-3.11.9-amd64/Lib/unittest/mock.py:398–399 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
396
def
__init__(self, obj):
397
self.obj = iter(obj)
398
def
__next__(self):
399
return
next(self.obj)
400
401
class
Base(object):
402
_mock_return_value = DEFAULT
Callers
2
test_mock_open_using_next
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_mock_open_using_next
Method · 0.36