(self, hs)
| 292 | return any(t.size() == 0 for t in self.hashtables) |
| 293 | |
| 294 | def _byteswap(self, hs): |
| 295 | return bytes(hs.byteswap().data) |
| 296 | |
| 297 | def _hashed_byteswap(self, hs): |
| 298 | return self.hashfunc(bytes(hs.byteswap().data)) |
nothing calls this directly
no outgoing calls
no test coverage detected