(self, block)
| 419 | |
| 420 | # Get Status Information |
| 421 | def status(self, block): |
| 422 | assert type(block) is int and 1 <= block <= self.__blocks |
| 423 | return self.__disk.status(block) |
| 424 | |
| 425 | # Seed Control Interface |
| 426 | def seed(self, data=None): |
no outgoing calls
no test coverage detected