| 565 | p_Py_DecRef(d); |
| 566 | return raise_py_error(); |
| 567 | } |
| 568 | } |
| 569 | return lean_io_result_mk_ok(wrap_pyobject(d)); |
| 570 | } |
| 571 | |
| 572 | /* ------------------------------------------------------------------ */ |
| 573 | /* Conversions: Python → Lean */ |
| 574 | /* ------------------------------------------------------------------ */ |
| 575 |
nothing calls this directly
no test coverage detected