Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ main
Function
main
data_structures/trie/trie.py:119–123 ·
view source on GitHub ↗
>>> pytests()
()
Source
from the content-addressed store, hash-verified
117
118
119
def
main() -> None:
120
""
"
121
>>> pytests()
122
""
"
123
print_results(
"Testing trie functionality"
, test_trie())
124
125
126
if
__name__ ==
"__main__"
:
Callers
1
trie.py
File · 0.70
Calls
2
print_results
Function · 0.70
test_trie
Function · 0.70
Tested by
no test coverage detected