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

Method build

lean_py/project.py:130–132  ·  view source on GitHub ↗

Run ``lake build`` in the managed project.

(self)

Source from the content-addressed store, hash-verified

128 return inst
129
130 def build(self) -> None:
131 """Run ``lake build`` in the managed project."""
132 run_command(["lake", "build"], cwd=str(self._dir))
133
134 def library(self) -> LeanLibrary:
135 """Build and return a :class:`LeanLibrary` for this project."""

Callers

nothing calls this directly

Calls 1

run_commandFunction · 0.90

Tested by

no test coverage detected