(self, fn_hash: _Callable_cmp[..., _Any_cmp])
| 1308 | label: str |
| 1309 | |
| 1310 | def __ffi_hash__(self, fn_hash: _Callable_cmp[..., _Any_cmp]) -> int: |
| 1311 | return fn_hash(self.key) |
| 1312 | |
| 1313 | def __ffi_eq__(self, other: _PyCmp, fn_eq: _Callable_cmp[..., _Any_cmp]) -> bool: |
| 1314 | return fn_eq(self.key, other.key) |
nothing calls this directly
no outgoing calls
no test coverage detected