| 474 | } |
| 475 | LEAN_EXPORT lean_obj_res lean_py_false(lean_obj_arg unit, lean_obj_arg world) { |
| 476 | (void)world; ENSURE_INIT(); WITH_GIL(); |
| 477 | p_Py_IncRef(p_Py_False); |
| 478 | return lean_io_result_mk_ok(wrap_pyobject(p_Py_False)); |
| 479 | } |
| 480 | |
| 481 | /* ------------------------------------------------------------------ */ |
| 482 | /* Conversions: Lean → Python */ |
nothing calls this directly
no test coverage detected