| 73 | PyFunctionExporter(mx::FunctionExporter exporter, nb::handle dep) |
| 74 | : exporter_(std::move(exporter)), dep_(dep) {} |
| 75 | ~PyFunctionExporter() { |
| 76 | nb::gil_scoped_acquire gil; |
| 77 | } |
| 78 | PyFunctionExporter(const PyFunctionExporter&) = delete; |
| 79 | PyFunctionExporter& operator=(const PyFunctionExporter&) = delete; |
| 80 | PyFunctionExporter& operator=(const PyFunctionExporter&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected