MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / leanpy_ctor_set

Function leanpy_ctor_set

LeanPy/native/python_bridge.c:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171LEAN_EXPORT void leanpy_ctor_set(b_lean_obj_arg o, unsigned i, lean_obj_arg v) {
172 lean_ctor_set(o, i, v);
173}
174
175LEAN_EXPORT lean_object * leanpy_ctor_get(b_lean_obj_arg o, unsigned i) {
176 return lean_ctor_get(o, i);

Callers

nothing calls this directly

Calls 1

lean_ctor_setFunction · 0.85

Tested by

no test coverage detected