(self)
| 529 | # Should make the wheel a binary distribution and platlib compliant. |
| 530 | class EmptyListWithLength(list): |
| 531 | def __len__(self): |
| 532 | return 1 |
| 533 | |
| 534 | |
| 535 | if __name__ == "__main__": |
nothing calls this directly
no outgoing calls
no test coverage detected