Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ get_structs
Function
get_structs
lean_py/_runtime.py:751–754 ·
view source on GitHub ↗
Get the dynamically created struct types.
()
Source
from the content-addressed store, hash-verified
749
def
get_lean_ffi():
750
""
"Get a singleton LeanFFI instance."
""
751
cls = get_ffi_class()
752
return
cls()
Callers
3
__init__
Method · 0.90
base_types.py
File · 0.90
_build_callable
Function · 0.90
Calls
1
_ensure_built
Function · 0.85
Tested by
no test coverage detected