(self, _)
| 527 | |
| 528 | class FakePyMappingMissingItems: |
| 529 | def __getitem__(self, _): |
| 530 | raise RuntimeError("Not expected to be called.") |
| 531 | |
| 532 | |
| 533 | class FakePyMappingWithItems(FakePyMappingMissingItems): |
nothing calls this directly
no outgoing calls
no test coverage detected