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

Method init_search

lean_py/kernel.py:265–266  ·  view source on GitHub ↗
(self, sp: str = "")

Source from the content-addressed store, hash-verified

263 # -- env lifecycle ---------------------------------------------------
264
265 def init_search(self, sp: str = "") -> None:
266 self._lib.leanpy_kernel_init_search(sp)
267
268 def load(self, modules: Iterable[str]) -> None:
269 self._lib.leanpy_kernel_load_env(list(modules))

Callers 8

kernelMethod · 0.95
kernelFunction · 0.95
kernelFunction · 0.95
kernelFunction · 0.95
kernelFunction · 0.95
mainFunction · 0.95
setup_kernelFunction · 0.95
main.pyFile · 0.80

Calls

no outgoing calls

Tested by 4

kernelFunction · 0.76
kernelFunction · 0.76
kernelFunction · 0.76
kernelFunction · 0.76