MCPcopy 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
59def sorted_dicts(dicts):
60 """input is a list of dicts."""
61 return sorted(tuple(x.items()) for x in dicts)
62
63
64def flattened_tokens(text):

Calls

no outgoing calls

Tested by

no test coverage detected