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

Method __init__

lean_py/z3/core.py:126–127  ·  view source on GitHub ↗
(self, ast_sort: ASTSort)

Source from the content-addressed store, hash-verified

124 __slots__ = ("_ast_sort",)
125
126 def __init__(self, ast_sort: ASTSort) -> None:
127 self._ast_sort = ast_sort
128
129 def __repr__(self) -> str:
130 return _sort_repr(self._ast_sort)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected