Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ prep_interpreter
Method
prep_interpreter
Lib/test/test__interpchannels.py:1462–1463 ·
view source on GitHub ↗
(self, interp)
Source
from the content-addressed store, hash-verified
1460
return
bool(self.state.closed)
1461
1462
def
prep_interpreter(self, interp):
1463
self._prep_interpreter(interp)
1464
1465
def
record_action(self, action, result):
1466
self._state = result
Callers
3
run_action
Method · 0.80
test_close
Method · 0.80
test_force_close
Method · 0.80
Calls
1
_prep_interpreter
Method · 0.95
Tested by
no test coverage detected