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

Method is_loaded

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

Source from the content-addressed store, hash-verified

269 self._lib.leanpy_kernel_load_env(list(modules))
270
271 def is_loaded(self) -> bool:
272 return self._lib.leanpy_kernel_is_loaded(None)
273
274 def clear(self) -> None:
275 self._lib.leanpy_kernel_clear_env(None)

Callers 4

kernelFunction · 0.95
kernelFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by 3

kernelFunction · 0.76
kernelFunction · 0.76