(self, defs)
| 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. |
no test coverage detected