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

Function shared_lib_extension

lean_py/utils.py:58–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 return Path(d) if d else None
57
58
59def lean_lib_dir() -> Path:
60 """Where Lean's own shared libraries live."""
61 if b := bundle_dir():
62 return b
63 return lean_prefix() / "lib" / "lean"
64
65
66def lean_include_dir() -> Path:

Callers 3

from_lakeMethod · 0.90
find_lean_dynlibFunction · 0.85
all_lean_runtime_libsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected