Return the number of comparison-swap used.
(self)
| 117 | |
| 118 | @property |
| 119 | def length(self): |
| 120 | """Return the number of comparison-swap used.""" |
| 121 | return sum(len(level) for level in self) |
| 122 |
nothing calls this directly
no outgoing calls
no test coverage detected