(self)
| 644 | self.assert_not_shareable(instances) |
| 645 | |
| 646 | def test_user_class_normal(self): |
| 647 | self.assert_class_defs_same(defs) |
| 648 | |
| 649 | def test_user_class_in___main__(self): |
| 650 | with using___main__() as mod: |
nothing calls this directly
no test coverage detected