Return the number of comparison-swap used.
(self)
| 123 | |
| 124 | @property |
| 125 | def length(self): |
| 126 | """Return the number of comparison-swap used.""" |
| 127 | return sum(len(level) for level in self) |
| 128 |
nothing calls this directly
no outgoing calls
no test coverage detected