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

Method assert_func_defs_same

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

Source from the content-addressed store, hash-verified

716 # functions
717
718 def assert_func_defs_same(self, defs):
719 # Unpickle relative to the unchanged original module.
720 self.assert_roundtrip_identical(defs.TOP_FUNCTIONS)
721
722 def assert_func_defs_other_pickle(self, defs, mod):
723 # Pickle relative to a different module than the original.

Callers 3

Calls 1

Tested by

no test coverage detected