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

Method module_of

lean_py/kernel.py:303–304  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

301 return self._lib.leanpy_kernel_decl_value(name)
302
303 def module_of(self, name: str) -> str:
304 return self._lib.leanpy_kernel_module_of_name_str(name)
305
306 def is_internal_name(self, name: str) -> bool:
307 return self._lib.leanpy_kernel_is_internal_name_str(name)

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected