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

Method assertCompiledIn

Lib/test/test_zipfile/test_core.py:1438–1440  ·  view source on GitHub ↗
(self, name, namelist)

Source from the content-addressed store, hash-verified

1436
1437class PyZipFileTests(unittest.TestCase):
1438 def assertCompiledIn(self, name, namelist):
1439 if name + 'o' not in namelist:
1440 self.assertIn(name + 'c', namelist)
1441
1442 def requiresWriteAccess(self, path):
1443 # effective_ids unavailable on windows

Calls 1

assertInMethod · 0.80

Tested by

no test coverage detected