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

Method is_solved

lean_py/kernel.py:84–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82 return self._handle
83
84 def is_solved(self) -> bool:
85 return self._kernel._lib.leanpy_kernel_goal_is_solved(self._handle)
86
87 def n_goals(self) -> int:
88 return int(self._kernel._lib.leanpy_kernel_goal_n_goals(self._handle))

Callers 6

__repr__Method · 0.95
_try_proveFunction · 0.80
applyMethod · 0.80
mainFunction · 0.80
_verify_exprFunction · 0.80

Calls

no outgoing calls

Tested by 1