MCPcopy 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
401class Base(object):
402 _mock_return_value = DEFAULT

Callers 2

mainFunction · 0.45

Calls

no outgoing calls

Tested by 1