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

Method test_shareable

Lib/test/test_crossinterp.py:1235–1236  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1233 MODE = 'fallback'
1234
1235 def test_shareable(self):
1236 self.assert_roundtrip_equal(SHAREABLE)
1237
1238 def test_not_shareable(self):
1239 okay = [

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected