(self)
| 543 | class FakePyMappingItemsNotCallable(FakePyMappingMissingItems): |
| 544 | @property |
| 545 | def items(self): |
| 546 | return ((1, 2), (3, 4)) |
| 547 | |
| 548 | |
| 549 | class FakePyMappingItemsWithArg(FakePyMappingMissingItems): |
nothing calls this directly
no outgoing calls
no test coverage detected