MCPcopy 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
119def main() -> None:
120 """
121 >>> pytests()
122 """
123 print_results("Testing trie functionality", test_trie())
124
125
126if __name__ == "__main__":

Callers 1

trie.pyFile · 0.70

Calls 2

print_resultsFunction · 0.70
test_trieFunction · 0.70

Tested by

no test coverage detected