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

Method decl_count

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

Source from the content-addressed store, hash-verified

277 # -- env introspection ----------------------------------------------
278
279 def decl_count(self) -> int:
280 return int(self._lib.leanpy_kernel_decl_count(None))
281
282 def all_decls(self) -> list[str]:
283 s = self._lib.leanpy_kernel_all_decls(None)

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected