Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/mycli
/ sorted_dicts
Function
sorted_dicts
test/pytests/test_completion_engine.py:59–61 ·
view source on GitHub ↗
input is a list of dicts.
(dicts)
Source
from the content-addressed store, hash-verified
57
58
59
def
sorted_dicts(dicts):
60
""
"input is a list of dicts."
""
61
return
sorted(tuple(x.items())
for
x in dicts)
62
63
64
def
flattened_tokens(text):
Callers
15
test_u_suggests_databases
Function · 0.90
test_describe_table
Function · 0.90
test_list_or_show_create_tables
Function · 0.90
test_select_suggests_cols_with_visible_table_scope
Function · 0.85
test_select_suggests_cols_with_qualified_table_scope
Function · 0.85
test_where_suggests_columns_functions
Function · 0.85
test_where_equals_suggests_enum_values_first
Function · 0.85
test_emit_select_like_with_parent_filters_tables
Function · 0.85
test_emit_select_like_inside_backticks_adds_keyword
Function · 0.85
test_emit_select_like_default
Function · 0.85
test_emit_relation_like_with_schema_parent
Function · 0.85
test_emit_relation_like_join_adds_database_and_join_flag
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected