Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_code_module.py:37–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
maxDiff = None
36
37
def
setUp(self):
38
self.console = code.InteractiveConsole()
39
self.mock_sys()
40
41
def
test_ps1(self):
42
self.infunc.side_effect = [
Callers
nothing calls this directly
Calls
1
mock_sys
Method · 0.80
Tested by
no test coverage detected