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

Method name

lean_py/z3/core.py:138–140  ·  view source on GitHub ↗

Return sort name as string (z3py compat).

(self)

Source from the content-addressed store, hash-verified

136 return hash(self._ast_sort)
137
138 def name(self) -> str:
139 """Return sort name as string (z3py compat)."""
140 return _sort_repr(self._ast_sort)
141
142 def kind(self) -> int:
143 """Return sort kind as integer (z3py compat).

Callers 15

add_sortMethod · 0.45
add_declMethod · 0.45
test_binop_declMethod · 0.45
test_comparison_declMethod · 0.45
test_unop_childrenMethod · 0.45
test_not_childrenMethod · 0.45
test_ite_childrenMethod · 0.45
test_and_childrenMethod · 0.45
test_or_childrenMethod · 0.45
test_app_childrenMethod · 0.45

Calls 1

_sort_reprFunction · 0.85

Tested by 15

test_binop_declMethod · 0.36
test_comparison_declMethod · 0.36
test_unop_childrenMethod · 0.36
test_not_childrenMethod · 0.36
test_ite_childrenMethod · 0.36
test_and_childrenMethod · 0.36
test_or_childrenMethod · 0.36
test_app_childrenMethod · 0.36
test_select_childrenMethod · 0.36
test_store_childrenMethod · 0.36