(self, _)
| 548 | |
| 549 | class FakePyMappingItemsWithArg(FakePyMappingMissingItems): |
| 550 | def items(self, _): |
| 551 | return ((1, 2), (3, 4)) |
| 552 | |
| 553 | |
| 554 | class FakePyMappingGenObj(FakePyMappingMissingItems): |
nothing calls this directly
no outgoing calls
no test coverage detected