:returns: int -- The number of hash values.
(self)
| 253 | permutations=self.permutations) |
| 254 | |
| 255 | def __len__(self): |
| 256 | ''' |
| 257 | :returns: int -- The number of hash values. |
| 258 | ''' |
| 259 | return len(self.hashvalues) |
| 260 | |
| 261 | def __eq__(self, other): |
| 262 | ''' |
nothing calls this directly
no outgoing calls
no test coverage detected