Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
kernel
Function · 0.95
kernel
Function · 0.95
main
Function · 0.95
test_env_pickle_round_trip
Function · 0.80
Calls
no outgoing calls
Tested by
3
kernel
Function · 0.76
kernel
Function · 0.76
test_env_pickle_round_trip
Function · 0.64