(self, name, old, new)
| 2667 | subclass_super = False |
| 2668 | |
| 2669 | def _calls_super_changed(self, name, old, new): |
| 2670 | self.subclass_super = True |
| 2671 | super()._calls_super_changed(name, old, new) |
| 2672 | |
| 2673 | subclass_override = False |
| 2674 |
nothing calls this directly
no outgoing calls
no test coverage detected