| 237 | } |
| 238 | |
| 239 | static PyObject *unwrap_pyobject(b_lean_obj_arg obj) { |
| 240 | return (PyObject *)lean_get_external_data(obj); |
| 241 | } |
| 242 | |
| 243 | /* Python-side helper: extract the wrapped `PyObject*` from a Lean |
| 244 | * external-class handle. Bumps the Python refcount so the caller |
no outgoing calls
no test coverage detected