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

Method assert_func_defs_not_shareable

Lib/test/test_crossinterp.py:752–753  ·  view source on GitHub ↗
(self, defs)

Source from the content-addressed store, hash-verified

750 self.assertNotEqual(got, func)
751
752 def assert_func_defs_not_shareable(self, defs):
753 self.assert_not_shareable(defs.TOP_FUNCTIONS)
754
755 def test_user_function_normal(self):
756 self.assert_roundtrip_equal(defs.TOP_FUNCTIONS)

Calls 1

assert_not_shareableMethod · 0.80

Tested by

no test coverage detected