Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ CharSort
Function
CharSort
lean_py/z3/core.py:3824–3825 ·
view source on GitHub ↗
(ctx: Context | None = None)
Source
from the content-addressed store, hash-verified
3822
3823
3824
def
CharSort(ctx: Context | None = None) -> CharSortRef:
3825
return
CharSortRef(CharASTSort())
3826
3827
3828
def
CharVal(ch: str | int, ctx: Context | None = None) -> CharRef:
Callers
5
test_seq_sort_char
Method · 0.90
test_char_sort
Method · 0.90
test_char_sort_creation
Method · 0.90
test_char_const
Method · 0.90
test_seq_sort_char_is_string
Method · 0.90
Calls
2
CharASTSort
Class · 0.90
CharSortRef
Class · 0.85
Tested by
5
test_seq_sort_char
Method · 0.72
test_char_sort
Method · 0.72
test_char_sort_creation
Method · 0.72
test_char_const
Method · 0.72
test_seq_sort_char_is_string
Method · 0.72