Swap all the outputs of sgv0 and sgv1 (see reroute_outputs).
(sgv0, sgv1)
| 417 | |
| 418 | |
| 419 | def swap_outputs(sgv0, sgv1): |
| 420 | """Swap all the outputs of sgv0 and sgv1 (see reroute_outputs).""" |
| 421 | return _reroute_sgv_outputs(sgv0, sgv1, _RerouteMode.swap) |
| 422 | |
| 423 | |
| 424 | def reroute_outputs(sgv0, sgv1): |
nothing calls this directly
no test coverage detected