Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ _mk
Function
_mk
lean_py/marshal.py:375–376 ·
view source on GitHub ↗
(ffi, ObjPtr, ch, _fn=fn, _n=nargs)
Source
from the content-addressed store, hash-verified
373
if
fn:
374
375
def
_mk(ffi, ObjPtr, ch, _fn=fn, _n=nargs):
376
return
_call(_fn, ch[:_n], ObjPtr)
377
378
ctors[(
"Lean.Level"
, cname)] = _mk
379
Callers
nothing calls this directly
Calls
2
_ptr_as_int
Function · 0.90
_call
Function · 0.85
Tested by
no test coverage detected