(self)
| 753 | self.assert_not_shareable(defs.TOP_FUNCTIONS) |
| 754 | |
| 755 | def test_user_function_normal(self): |
| 756 | self.assert_roundtrip_equal(defs.TOP_FUNCTIONS) |
| 757 | self.assert_func_defs_same(defs) |
| 758 | |
| 759 | def test_user_func_in___main__(self): |
| 760 | with using___main__() as mod: |
nothing calls this directly
no test coverage detected