(x)
| 42 | |
| 43 | @wraps(pad_list_data_collate) |
| 44 | def _testing_collate(x): |
| 45 | return pad_list_data_collate(batch=x, method="end", mode="constant") |
| 46 | |
| 47 | |
| 48 | TESTS: list[tuple] = [] |
nothing calls this directly
no test coverage detected
searching dependent graphs…