MCPcopy 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

749def 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.pyFile · 0.90
_build_callableFunction · 0.90

Calls 1

_ensure_builtFunction · 0.85

Tested by

no test coverage detected