| 85 | exporter_.close(); |
| 86 | } |
| 87 | void operator()(const mx::Args& args, const mx::Kwargs& kwargs) { |
| 88 | exporter_(args, kwargs); |
| 89 | } |
| 90 | |
| 91 | friend int py_function_exporter_tp_traverse(PyObject*, visitproc, void*); |
| 92 |
nothing calls this directly
no outgoing calls
no test coverage detected