(buf)
| 431 | |
| 432 | @normalize_token.register(pa.Buffer) |
| 433 | def normalize_buffer(buf): |
| 434 | return ("pa.Buffer", hash_buffer_hex(buf)) |
| 435 | |
| 436 | |
| 437 | @normalize_token.register_lazy("numpy") |
nothing calls this directly
no test coverage detected
searching dependent graphs…