(self, *args, **kwargs)
| 4765 | raise AttributeError("'Index' object has no attribute 'index'") |
| 4766 | |
| 4767 | def sum(self, *args, **kwargs): |
| 4768 | raise AttributeError("'Index' object has no attribute 'sum'") |
| 4769 | |
| 4770 | def prod(self, *args, **kwargs): |
| 4771 | raise AttributeError("'Index' object has no attribute 'prod'") |
no outgoing calls
no test coverage detected