(func)
| 168 | |
| 169 | @normalize_token.register(Compose) |
| 170 | def normalize_compose(func): |
| 171 | return _normalize_seq_func((func.first,) + func.funcs) |
| 172 | |
| 173 | |
| 174 | @normalize_token.register((partial, curry)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…