Changes between Initial Version and Version 1 of Ticket #17574, comment 4
- Timestamp:
- 12/31/14 12:33:42 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17574, comment 4
initial v1 5 5 But we have `H.blocks()`, don't we ? Why would we need something else ? 6 6 7 On the other hand, I often need to control variables, to make sure that the input is a `PairwiseBalancedDesign` and not just an incidence structure, and all that I could do so far was "print H.__repr__()".7 On the other hand, I often need to control variables, to make sure that the input is a `PairwiseBalancedDesign` and not just an incidence structure, and all that I could do so far was {{{print H.__repr__()}}}. 8 8 9 9 Nathann