MCPcopy Create free account
hub / github.com/bpython/bpython / mock_next

Function mock_next

bpython/test/test_curtsies_repl.py:105–106  ·  view source on GitHub ↗
(obj, return_value)

Source from the content-addressed store, hash-verified

103
104
105def mock_next(obj, return_value):
106 obj.__next__.return_value = return_value
107
108
109class TestCurtsiesReplTab(TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected