Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ MagicIterMock
Class
MagicIterMock
bpython/test/__init__.py:15–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
15
class
MagicIterMock(unittest.mock.MagicMock):
16
__next__ = unittest.mock.Mock(return_value=None)
17
18
19
TEST_CONFIG = Path(__file__).parent /
"test.config"
Callers
1
setUp
Method · 0.90
Calls
no outgoing calls
Tested by
1
setUp
Method · 0.72