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

Method __init__

lean_py/z3/core.py:2250–2255  ·  view source on GitHub ↗
(
        self,
        ast: ASTNode,
        vars: frozenset[tuple[str, ASTSort]] = frozenset(),
    )

Source from the content-addressed store, hash-verified

2248 __slots__ = ()
2249
2250 def __init__(
2251 self,
2252 ast: ASTNode,
2253 vars: frozenset[tuple[str, ASTSort]] = frozenset(),
2254 ) -> None:
2255 super().__init__(ast, StringSort(), vars)
2256
2257 def __add__(self, other: StringRef) -> StringRef:
2258 if isinstance(other, str):

Callers

nothing calls this directly

Calls 2

StringSortFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected