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

Method test_builtin_code

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

Source from the content-addressed store, hash-verified

957 ])
958
959 def test_builtin_code(self):
960 self.assert_roundtrip_equal([
961 *(f.__code__ for f in defs.FUNCTIONS),
962 *(f.__code__ for f in defs.FUNCTION_LIKE),
963 ])
964
965 def test_builtin_type(self):
966 shareable = [

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected