(self)
| 532 | |
| 533 | class FakePyMappingWithItems(FakePyMappingMissingItems): |
| 534 | def items(self): |
| 535 | return ((1, 3), (2, 4)) |
| 536 | |
| 537 | |
| 538 | class FakePyMappingBadItems(FakePyMappingMissingItems): |
nothing calls this directly
no outgoing calls
no test coverage detected