MCPcopy Index your code
hub / github.com/python/cpython / get_interpreter

Method get_interpreter

Lib/test/test__interpchannels.py:1450–1453  ·  view source on GitHub ↗
(self, interp)

Source from the content-addressed store, hash-verified

1448 return self._cid
1449
1450 def get_interpreter(self, interp):
1451 interp = self._get_interpreter(interp)
1452 self._prep_interpreter(interp)
1453 return interp
1454
1455 def expect_closed_error(self, end=None):
1456 if end is None:

Callers 6

test_read_shebangMethod · 0.80
test_modify_shebangMethod · 0.80
test_remove_shebangMethod · 0.80
_assert_closedMethod · 0.80

Calls 2

_get_interpreterMethod · 0.95
_prep_interpreterMethod · 0.95

Tested by

no test coverage detected