(self)
| 537 | |
| 538 | class FakePyMappingBadItems(FakePyMappingMissingItems): |
| 539 | def items(self): |
| 540 | return ((1, 2), (3, "x")) |
| 541 | |
| 542 | |
| 543 | class FakePyMappingItemsNotCallable(FakePyMappingMissingItems): |
nothing calls this directly
no outgoing calls
no test coverage detected