(*keys: _AttrType, **kw: Any)
| 2492 | |
| 2493 | @loader_unbound_fn |
| 2494 | def raiseload(*keys: _AttrType, **kw: Any) -> _AbstractLoad: |
| 2495 | return _generate_from_keys(Load.raiseload, keys, False, kw) |
| 2496 | |
| 2497 | |
| 2498 | @loader_unbound_fn |
nothing calls this directly
no test coverage detected