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

Method qid

lean_py/z3/core.py:854–856  ·  view source on GitHub ↗

Return quantifier identifier (empty string).

(self)

Source from the content-addressed store, hash-verified

852 return 0
853
854 def qid(self) -> str:
855 """Return quantifier identifier (empty string)."""
856 return ""
857
858 def skolem_id(self) -> str:
859 """Return Skolem identifier (empty string)."""

Callers 1

test_qidMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_qidMethod · 0.64