(self, *args, **kwargs)
| 4808 | raise AttributeError("'Index' object has no attribute 'index'") |
| 4809 | |
| 4810 | def sum(self, *args, **kwargs): |
| 4811 | raise AttributeError("'Index' object has no attribute 'sum'") |
| 4812 | |
| 4813 | def prod(self, *args, **kwargs): |
| 4814 | raise AttributeError("'Index' object has no attribute 'prod'") |
no outgoing calls
no test coverage detected