(self, name, old, new)
| 2673 | subclass_override = False |
| 2674 | |
| 2675 | def _overrides_changed(self, name, old, new): |
| 2676 | self.subclass_override = True |
| 2677 | |
| 2678 | |
| 2679 | def test_subclass_compat(): |
nothing calls this directly
no outgoing calls
no test coverage detected