| 776 | return super().__call__(*args) |
| 777 | |
| 778 | class MethodDescriptorSuper(SuperBase, _testcapi.MethodDescriptorBase): |
| 779 | def __call__(self, *args): |
| 780 | return super().__call__(*args) |
| 781 | |
| 782 | calls += [ |
| 783 | (dict.update, ({},), {"key":True}, None), |
no outgoing calls