(self, fn_hash: _Callable_hash[..., _Any_hash])
| 993 | label: str |
| 994 | |
| 995 | def __ffi_hash__(self, fn_hash: _Callable_hash[..., _Any_hash]) -> int: |
| 996 | return fn_hash(self.key) |
| 997 | |
| 998 | |
| 999 | def test_py_class_custom_hash_ignores_label() -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected