(self, t=tuple())
| 588 | raise Exception('Cannot unpack keys using the root of a directory partition.') |
| 589 | |
| 590 | def range(self, t=tuple()): |
| 591 | raise Exception('Cannot get range for the root of a directory partition.') |
| 592 | |
| 593 | def contains(self, key): |
| 594 | raise Exception('Cannot check whether a key belongs to the root of a directory partition.') |
no outgoing calls
no test coverage detected