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

Method test_base_prefix

Lib/test/test_build_details.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 self.assertIsInstance(value, dict)
66
67 def test_base_prefix(self):
68 self.assertIsInstance(self.key('base_prefix'), str)
69
70 def test_base_interpreter(self):
71 """Test the base_interpreter entry.

Callers

nothing calls this directly

Calls 2

keyMethod · 0.95
assertIsInstanceMethod · 0.80

Tested by

no test coverage detected