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

Method __init__

lean_py/z3/solver.py:990–991  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

988 """A single entry in a function interpretation."""
989
990 def __init__(self) -> None:
991 pass
992
993 def num_args(self) -> int:
994 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected