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

Method test_cache_path

Lib/test/test_py_compile.py:127–129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 @unittest.skipIf(sys.implementation.cache_tag is None,
126 'requires sys.implementation.cache_tag is not None')
127 def test_cache_path(self):
128 py_compile.compile(self.source_path)
129 self.assert_cache_path_exists(True)
130
131 def test_cwd(self):
132 with os_helper.change_cwd(self.directory):

Callers

nothing calls this directly

Calls 2

compileMethod · 0.45

Tested by

no test coverage detected