Structural hash.
(self)
| 252 | return not result |
| 253 | |
| 254 | def __hash__(self) -> int: |
| 255 | """Structural hash.""" |
| 256 | return _ffi_api.RecursiveHash(self) |
| 257 | |
| 258 | def __bool__(self) -> bool: |
| 259 | """Return True if the array is non-empty.""" |
nothing calls this directly
no outgoing calls
no test coverage detected