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