| 420 | int num_outputs; |
| 421 | |
| 422 | AttachedData(nb::object output_structure_, int num_outputs_) |
| 423 | : output_structure(output_structure_), num_outputs(num_outputs_) {} |
| 424 | }; |
| 425 | |
| 426 | PyCompiledFun( |
nothing calls this directly
no outgoing calls
no test coverage detected